AlbLib.INI.INIPropertyNameAttribute.INIPropertyNameAttribute C# (CSharp) Метод

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

public INIPropertyNameAttribute ( string name ) : System
name string
Результат System
        public INIPropertyNameAttribute(string name)
        {
            Name = name;
        }
INIPropertyNameAttribute