NAnt SDK Documentation - v0.92

SymbolCollection Class

Contains a collection of Symbol elements.

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

System.Object
   System.Collections.CollectionBase
      NAnt.VisualCpp.Types.SymbolCollection

[Visual Basic]
<Serializable, _  Serializable, _  DefaultMember(MemberName:="Item")>
Public Class SymbolCollection
    Inherits CollectionBase
[C#]
[Serializable]
[Serializable]
[DefaultMember(MemberName="Item")]
public class SymbolCollection : 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.VisualCpp.Types

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

See Also

SymbolCollection Members | NAnt.VisualCpp.Types Namespace