TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class EnumerableBase in Tinman.Core.Collections

abstract class EnumerableBase with <T>  
  implements IEnumerable<T>
  base of BagConstBase
  Validator

Public / Methods

GetEnumerator

public abstract method GetEnumerator ()
type IEnumerator<T>
implements IEnumerable.GetEnumerator

Protected / Methods

EmptyEnumeration

protected method EmptyEnumeration (string source)
type FailedAssertionException
params source