C# Class MassEffect3.Coalesce.CoalesceSettings

Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Methods

Method Description
CoalesceSettings ( IEnumerable compileTypes = null, int overrideCompileValueTypes = -1 ) : System
FromDictionary ( string>.Dictionary settings ) : CoalesceSettings
FromXml ( IEnumerable settings ) : CoalesceSettings
Parse ( string>.Dictionary settings ) : void
Parse ( IEnumerable settings ) : void
SetValue ( string name, object value ) : void
TrySetValue ( string name, object value ) : bool

Method Details

CoalesceSettings() public method

public CoalesceSettings ( IEnumerable compileTypes = null, int overrideCompileValueTypes = -1 ) : System
compileTypes IEnumerable
overrideCompileValueTypes int
return System

FromDictionary() public static method

public static FromDictionary ( string>.Dictionary settings ) : CoalesceSettings
settings string>.Dictionary
return CoalesceSettings

FromXml() public static method

public static FromXml ( IEnumerable settings ) : CoalesceSettings
settings IEnumerable
return CoalesceSettings

Parse() public method

public Parse ( string>.Dictionary settings ) : void
settings string>.Dictionary
return void

Parse() public method

public Parse ( IEnumerable settings ) : void
settings IEnumerable
return void

SetValue() public method

public SetValue ( string name, object value ) : void
name string
value object
return void

TrySetValue() public method

public TrySetValue ( string name, object value ) : bool
name string
value object
return bool