NAnt SDK Documentation - v0.92

XsltExtensionObjectCollection.Item Property (String)

Gets the XsltExtensionObject with the specified name.

[Visual Basic]
Overloads Public Default ReadOnly Property Item( _
   ByVal value As String _
) As XsltExtensionObject
[C#]
public XsltExtensionObject this[
   string value
] {get;}

Parameters

value
The name of the XsltExtensionObject to get.

See Also

XsltExtensionObjectCollection Class | NAnt.Core.Types Namespace | XsltExtensionObjectCollection.Item Overload List