[This is preliminary documentation and is subject to change.]

The DeclarativeChunk type exposes the following members.

Methods

  Name Description
Public method Add(Chunk) (Inherited from Chunk.)
Public method Add(DimensionValuePair) (Inherited from Chunk.)
Public method Contains(Guid) (Inherited from Chunk.)
Public method Contains(Chunk) (Inherited from Chunk.)
Public method Contains(DimensionValuePair) (Inherited from Chunk.)
Public method Contains(Object, IComparable) (Inherited from Chunk.)
Public method ContainsDimension (Inherited from Chunk.)
Public method Equals(Object) (Inherited from Chunk<(Of <(<'T>)>)>.)
Public method Equals(T) (Inherited from Chunk<(Of <(<'T>)>)>.)
Public method GetEnumerator (Inherited from Chunk.)
Public method GetHashCode (Inherited from Chunk<(Of <(<'T>)>)>.)
Public method Remove(Chunk) (Inherited from Chunk.)
Public method Remove(DimensionValuePair) (Inherited from Chunk.)
Public method ToString()()()() (Inherited from Chunk.)
Public method ToString(String) (Inherited from Chunk.)

Fields

  Name Description
Protected field dvCollection (Inherited from Chunk.)
Protected field dvRep (Inherited from Chunk.)
Protected field lbl (Inherited from Chunk.)
Protected field wID (Inherited from Chunk.)

Properties

  Name Description
Public property AsDimensionValuePair (Inherited from Chunk.)
Public property Count (Inherited from Chunk.)
Public property DimensionCount (Inherited from Chunk.)
Public property Item[([( Guid])]) (Inherited from Chunk.)
Public property Item[([( Object])]) (Inherited from Chunk.)
Public property Item[([( Object, IComparable])]) (Inherited from Chunk.)
Public property LabelAsIComparable (Inherited from Chunk.)
Public property WorldID (Inherited from Chunk.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IEnumerable..::..GetEnumerator (Inherited from Chunk.)

See Also