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

BabelNameAttribute() public method

public BabelNameAttribute ( string name ) : System
name string
return System
        public BabelNameAttribute(string name)
        {
            this.name = name;
        }
BabelNameAttribute