ACR_BuilderPlugin.Editors.Converters.CreatureBehaviorTypeConverter.GetStandardValues C# (CSharp) Méthode

GetStandardValues() public méthode

public GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection
context ITypeDescriptorContext
Résultat StandardValuesCollection
        public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
        {
            return new StandardValuesCollection(BehaviorTypes);
        }
    }