Babel.Core.IterReturnTypeAttribute.IterReturnTypeAttribute C# (CSharp) Метод

IterReturnTypeAttribute() публичный Метод

public IterReturnTypeAttribute ( Type returnType ) : System
returnType System.Type
Результат System
        public IterReturnTypeAttribute(Type returnType)
        {
            this.returnType = returnType;
        }
IterReturnTypeAttribute