NAnt SDK Documentation - v0.92

XsltParameterCollection.Item Property (String)

Gets the XsltParameter with the specified name.

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

Parameters

value
The name of the XsltParameter to get.

See Also

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