NAnt SDK Documentation - v0.92

XsltExtensionObjectCollection.Item Property

Gets or sets the element at the specified index.

Overload List

Gets or sets the element at the specified index.

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

Gets the XsltExtensionObject with the specified name.

public XsltExtensionObject this[string] {get;}

See Also

XsltExtensionObjectCollection Class | NAnt.Core.Types Namespace