C# Class ICSharpCode.Decompiler.DecompilerSettings

Settings for the decompiler.
Inheritance: INotifyPropertyChanged
Mostra file Open project: sq/ILSpy-JSIL Class Usage Examples

Public Methods

Method Description
Clone ( ) : DecompilerSettings

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Method Details

Clone() public method

public Clone ( ) : DecompilerSettings
return DecompilerSettings

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void