NAnt SDK Documentation - v0.92

EmbeddedResourceCollection Class

Contains a collection of EmbeddedResource items.

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

System.Object
   NAnt.Core.Element
      NAnt.Core.DataTypeBase
         NAnt.DotNet.Types.DataTypeCollectionBase
            NAnt.DotNet.Types.EmbeddedResourceCollection

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

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.

Remarks

Do not yet expose this to build authors.

Requirements

Namespace: NAnt.DotNet.Types

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

See Also

EmbeddedResourceCollection Members | NAnt.DotNet.Types Namespace