空の AssemblyEntryCollection を作成します。
空の AssemblyEntryCollection を作成します。
public AssemblyEntryCollection();
指定したハッシュコードプロバイダと比較演算子を使用する AssemblyEntryCollection を作成します。
public AssemblyEntryCollection(IHashCodeProvider,IComparer);
指定した初期量を備えた AssemblyEntryCollection を作成します
public AssemblyEntryCollection(int);
指定した初期量でハッシュコードプロバイダと比較演算子を使用する AssemblyEntryCollection を作成します。
public AssemblyEntryCollection(int,IHashCodeProvider,IComparer);
指定した SerializationInfo と StreamingContext でシリアルかできる空の AssemblyEntryCollection を作成します。
public AssemblyEntryCollection(SerializationInfo,StreamingContext);
AssemblyEntryCollection Class | Syslog.Config Namespace