FullTrustAssemblyCollection.Add(FullTrustAssembly) 方法

定义

FullTrustAssembly 对象添加到集合中。

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)

参数

fullTrustAssembly
FullTrustAssembly

要添加到集合中的对象。

适用于