Babel.Core.IterReturnTypeAttribute.IterReturnTypeAttribute C# (CSharp) Method

IterReturnTypeAttribute() public method

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