Mono.Cecil.TypeReferenceProjection.TypeReferenceProjection C# (CSharp) 메소드

TypeReferenceProjection() 공개 메소드

public TypeReferenceProjection ( TypeReference type, TypeReferenceTreatment treatment ) : System
type TypeReference
treatment TypeReferenceTreatment
리턴 System
        public TypeReferenceProjection(TypeReference type, TypeReferenceTreatment treatment)
        {
            Name = type.Name;
            Namespace = type.Namespace;
            Scope = type.Scope;
            Treatment = treatment;
        }
TypeReferenceProjection