AcManager.Tools.Helpers.SettingEntry.SettingEntry C# (CSharp) Метод

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

public SettingEntry ( [ value, string displayName ) : System.ComponentModel
value [
displayName string
Результат System.ComponentModel
        public SettingEntry([LocalizationRequired(false)] string value, string displayName) {
            DisplayName = displayName;
            Value = value;
            IntValue = value.ToInvariantInt();
        }

Same methods

SettingEntry::SettingEntry ( int value, string displayName ) : System.ComponentModel
SettingEntry