Endjin.Assembly.ChangeDetection.Infrastructure.TypeHashes.TypeHashes C# (CSharp) Method

TypeHashes() public method

Create a TypeHandle which is used by the Tracer class.
public TypeHashes ( Type t ) : System
t System.Type Type of your enclosing class.
return System
        public TypeHashes(Type t) : this(CheckInput(t))
        {
        }

Same methods

TypeHashes::TypeHashes ( string typeName ) : System