MethodMetadataCollection..::..Item Property

Gets the ReadOnlyCollection with the specified method name.

Namespace:  Tortuga.Anchor.Metadata
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public ReadOnlyCollection<MethodMetadata> this[
	string methodName
] { get; }
Public ReadOnly Default Property Item ( _
	methodName As String _
) As ReadOnlyCollection(Of MethodMetadata)
	Get

Parameters

methodName
Type: String
Name of the method.