AlbLib.INI.INIPropertyNameAttribute.INIPropertyNameAttribute C# (CSharp) Method

INIPropertyNameAttribute() public method

public INIPropertyNameAttribute ( string name ) : System
name string
return System
        public INIPropertyNameAttribute(string name)
        {
            Name = name;
        }
INIPropertyNameAttribute