NAnt SDK Documentation - v0.92

XsltParameterCollection.Item Property

Gets or sets the element at the specified index.

Overload List

Gets or sets the element at the specified index.

public XsltParameter this[int] {get; set;}

Gets the XsltParameter with the specified name.

public XsltParameter this[string] {get;}

See Also

XsltParameterCollection Class | NAnt.Core.Types Namespace