NAnt SDK Documentation - v0.85-nightly-2005-11-09

XsltParameterCollection.Item Property (String)

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Types.XsltParameterCollection.Item(System.String)

See Also

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