traitOf<T> method

T traitOf<T>()

Implementation

T traitOf<T>() {
  return (_heredityTraits[T] as T);
}