예제 #1
0
 internal static CilTypeSpecification Create(TypeSpecification typeSpecification, ref CilReaders readers)
 {
     CilTypeSpecification type = new CilTypeSpecification();
     type._typeSpecification = typeSpecification;
     type._readers = readers;
     type._isTypeInitialized = false;
     return type;
 }
예제 #2
0
        internal static CilTypeSpecification Create(TypeSpecification typeSpecification, ref CilReaders readers)
        {
            CilTypeSpecification type = new CilTypeSpecification();

            type._typeSpecification = typeSpecification;
            type._readers           = readers;
            type._isTypeInitialized = false;
            return(type);
        }