IdentityReferenceCollection コンストラクター

定義

IdentityReferenceCollection クラスの新しいインスタンスを初期化します。

オーバーロード

IdentityReferenceCollection()

項目なしのコレクションを使用して、IdentityReferenceCollection クラスの新しいインスタンスを初期化します。

IdentityReferenceCollection(Int32)

指定した初期サイズを使用して、IdentityReferenceCollection クラスの新しいインスタンスを初期化します。

IdentityReferenceCollection()

項目なしのコレクションを使用して、IdentityReferenceCollection クラスの新しいインスタンスを初期化します。

public:
 IdentityReferenceCollection();
public IdentityReferenceCollection ();
Public Sub New ()

適用対象

IdentityReferenceCollection(Int32)

指定した初期サイズを使用して、IdentityReferenceCollection クラスの新しいインスタンスを初期化します。

public:
 IdentityReferenceCollection(int capacity);
public IdentityReferenceCollection (int capacity);
new System.Security.Principal.IdentityReferenceCollection : int -> System.Security.Principal.IdentityReferenceCollection
Public Sub New (capacity As Integer)

パラメーター

capacity
Int32

コレクション内の項目の初期数。 capacity の値はヒントにすぎません。作成された項目の最大数とは限りません。

適用対象