Managed Syslog Server Class Library Reference

AssemblyEntryCollection Constructor (Int32, IHashCodeProvider, IComparer)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal capacity As Integer, _
   ByVal hashProvider As IHashCodeProvider, _
   ByVal comparer As IComparer _
)
[C#]
public AssemblyEntryCollection(
   int capacity,
   IHashCodeProvider hashProvider,
   IComparer comparer
);

Parameters

capacity
AssemblyEntryCollection が初期状態で格納できる AssemblyEntry の数。
hashProvider

各キーの GetHashCode 実装である既定のハッシュコードプロバイダを利用する場合は null 参照。

または

AssemblyEntryCollection 内のすべてのキーにハッシュコードを提供する IHashCodeProvider

comparer

各キーの Equals 実装である既定の比較演算子を利用する場合は null 参照。

または

2つのキーが等しいかどうかを判断するために使用する IComparer

See Also

AssemblyEntryCollection Class | Syslog.Config Namespace | AssemblyEntryCollection Constructor Overload List