AlbLib.INI.INIPropertyNameAttribute.INIPropertyNameAttribute C# (CSharp) Méthode

INIPropertyNameAttribute() public méthode

public INIPropertyNameAttribute ( string name ) : System
name string
Résultat System
        public INIPropertyNameAttribute(string name)
        {
            Name = name;
        }
INIPropertyNameAttribute