Class TypeLocations
A list of type search locations used for dynamic type searches
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.Wave.Handlers
Assembly: NFX.Wave.dll
Syntax
public sealed class TypeLocations : OrderedRegistry<TypeLocation>, IOrderedRegistry<TypeLocation>, IRegistry<TypeLocation>, IEnumerable<TypeLocation>, IEnumerable
Constructors
TypeLocations()
Declaration
public TypeLocations()
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable