Managed Syslog Server Class Library Reference

AssemblyEntryCollection Constructor (Int32)

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

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

Parameters

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

See Also

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