AlbLib.INI.INIPropertyNameAttribute.INIPropertyNameAttribute C# (CSharp) 메소드

INIPropertyNameAttribute() 공개 메소드

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