ACR_BuilderPlugin.Editors.Converters.SkillTypeConverter.GetStandardValues C# (CSharp) Метод

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

public GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection
context ITypeDescriptorContext
Результат StandardValuesCollection
        public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
        {
            if (SkillList == null)
            {
                ReloadSkillList();
            }
            return new StandardValuesCollection(SkillList);
        }