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

The Chunk<(Of <(<'T>)>)> type exposes the following members.

Methods

  Name Description
Public method Add (Inherited from Chunk.)
Protected method CalculateDimensionWeight
Calculates the weight for the specified dimension
(Inherited from Chunk.)
Public method ComputeStrength
Computes the strength of the chunk given the current input
(Inherited from Chunk.)
Public method Contains(Guid) (Inherited from Chunk.)
Public method Contains(IWorldObject) (Inherited from Chunk.)
Public method Contains(Object, IComparable) (Inherited from Chunk.)
Public method ContainsDimension(Object) (Inherited from Chunk.)
Public method ContainsDimension(Object, Double) (Inherited from Chunk.)
Public method ContainsDimensionAsNOTActivated (Inherited from Chunk.)
Public method Equals(Object) (Overrides Chunk..::..Equals(Object).)
Public method Equals(T)
Public method GetDimensionWeight (Inherited from Chunk.)
Public method GetEnumerator (Inherited from Chunk.)
Public method GetHashCode (Overrides Chunk..::..GetHashCode()()()().)
Protected method Remove(Guid) (Inherited from Chunk.)
Public method Remove(IWorldObject) (Inherited from Chunk.)
Public method SetDimensionAsNOTActivated
Specifies that the dimension (with the specified ID) MUST contain NO activated values
(Inherited from Chunk.)
Public method SetDimensionWeight
Sets the weight of the dimension with the specified ID
(Inherited from Chunk.)
Public method ToString()()()() (Inherited from Chunk.)
Public method ToString(Boolean) (Inherited from Chunk.)
Public method ToString(String, Boolean) (Inherited from Chunk.)

Operators

  Name Description
Public operator Static member Addition
Public operator Static member Equality
Public operator Static member Inequality
Public operator Static member Subtraction

Properties

  Name Description
Public property AsDimensionValuePair (Inherited from Chunk.)
Public property Count (Inherited from Chunk.)
Public property DimensionCount (Inherited from Chunk.)
Public property IsRepresentation (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 StrengthCalculatorDelegate (Inherited from Chunk.)
Public property WeightCalculatorDelegate (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