IdentityReferenceCollection コンストラクター

定義

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

オーバーロード

名前 説明
IdentityReferenceCollection()

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

IdentityReferenceCollection(Int32)

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

IdentityReferenceCollection()

コレクション内の 0 個の項目を使用して、 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の値はヒントのみです。作成されるアイテムの最大数であるとは限りません。

適用対象