Managed Syslog Server Class Library Reference

AssemblyEntryCollection.GetKey Method 

AssemblyEntryCollection の指定したインデックスにあるキーを取得します。

[Visual Basic]
Public Function GetKey( _
   ByVal index As Integer _
) As String
[C#]
public string GetKey(
   int index
);

Parameters

index
コレクションから取得するキーの 0 から始まるインデックス。

Return Value

AssemblyEntryCollection の指定したインデックスにあるキー。

See Also

AssemblyEntryCollection Class | Syslog.Config Namespace