C# (CSharp) XCore PropertyTable.GetIntProperty - 1 пример найден. Это лучшие примеры C# (CSharp) кода для XCore.PropertyTable.GetIntProperty, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Gets the int value of property in the best settings group (trying local first then global) and creates the (global) property with the default value if it doesn't exist yet.
publicGetIntProperty ( stringname, intdefaultValue ) : int