Managed Syslog Server Class Library Reference

AssemblyEntryCollection Constructor

空の AssemblyEntryCollection を作成します。

Overload List

空の AssemblyEntryCollection を作成します。

public AssemblyEntryCollection();

指定したハッシュコードプロバイダと比較演算子を使用する AssemblyEntryCollection を作成します。

public AssemblyEntryCollection(IHashCodeProvider,IComparer);

指定した初期量を備えた AssemblyEntryCollection を作成します

public AssemblyEntryCollection(int);

指定した初期量でハッシュコードプロバイダと比較演算子を使用する AssemblyEntryCollection を作成します。

public AssemblyEntryCollection(int,IHashCodeProvider,IComparer);

指定した SerializationInfoStreamingContext でシリアルかできる空の AssemblyEntryCollection を作成します。

public AssemblyEntryCollection(SerializationInfo,StreamingContext);

See Also

AssemblyEntryCollection Class | Syslog.Config Namespace