Babel.Core.IterReturnTypeAttribute.IterReturnTypeAttribute C# (CSharp) 메소드

IterReturnTypeAttribute() 공개 메소드

public IterReturnTypeAttribute ( Type returnType ) : System
returnType System.Type
리턴 System
        public IterReturnTypeAttribute(Type returnType)
        {
            this.returnType = returnType;
        }
IterReturnTypeAttribute