NAnt SDK Documentation - v0.92

XsltParameterCollection Class

Contains a collection of XsltParameter elements.

For a list of all members of this type, see XsltParameterCollection Members.

System.Object
   System.Collections.CollectionBase
      NAnt.Core.Types.XsltParameterCollection

[Visual Basic]
<Serializable, _  Serializable, _  DefaultMember(MemberName:="Item")>
Public Class XsltParameterCollection
    Inherits CollectionBase
[C#]
[Serializable]
[Serializable]
[DefaultMember(MemberName="Item")]
public class XsltParameterCollection : CollectionBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NAnt.Core.Types

Assembly: NAnt.Core (in NAnt.Core.dll)

See Also

XsltParameterCollection Members | NAnt.Core.Types Namespace