System.Configuration.ConfigurationPropertyAttribute.ConfigurationPropertyAttribute C# (CSharp) Метод

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

public ConfigurationPropertyAttribute ( String name ) : System
name String
Результат System
        public ConfigurationPropertyAttribute(String name) {
            _Name = name;
        }
ConfigurationPropertyAttribute