FullTrustAssemblyCollection.Add(FullTrustAssembly) Method

Definition

Adds a FullTrustAssembly object to the collection.

public:
 void Add(System::Web::Configuration::FullTrustAssembly ^ fullTrustAssembly);
public void Add (System.Web.Configuration.FullTrustAssembly fullTrustAssembly);
member this.Add : System.Web.Configuration.FullTrustAssembly -> unit
Public Sub Add (fullTrustAssembly As FullTrustAssembly)

Parameters

fullTrustAssembly
FullTrustAssembly

The object to add to the collection.

Applies to