C# Class RazorPad.UI.Editors.AggregatedLanguageBinding

Aggregates multiple ILanguageBinding instances to allow more than one language binding for a filename extension.
Inheritance: ILanguageBinding
Datei anzeigen Open project: RazorPad/RazorPad

Public Properties

Property Type Description
NullLanguageBinding AggregatedLanguageBinding

Public Methods

Method Description
AggregatedLanguageBinding ( IEnumerable bindings ) : System
Attach ( ITextEditor editor ) : void
Detach ( ) : void

Method Details

AggregatedLanguageBinding() public method

public AggregatedLanguageBinding ( IEnumerable bindings ) : System
bindings IEnumerable
return System

Attach() public method

public Attach ( ITextEditor editor ) : void
editor ITextEditor
return void

Detach() public method

public Detach ( ) : void
return void

Property Details

NullLanguageBinding public_oe static_oe property

public static AggregatedLanguageBinding,RazorPad.UI.Editors NullLanguageBinding
return AggregatedLanguageBinding