C# Class DynamicXaml.ResourcesSystem.CompositeResourceLoader

Inheritance: IResourceLoader
Mostra file Open project: flq/XamlTags

Public Methods

Method Description
CompositeResourceLoader ( ) : System.Collections.Generic
GetDictionaries ( ) : IEnumerable
GetDictionary ( string path ) : Maybe
GetResourceNames ( ) : IEnumerable
HandlesAssembly ( string assemblyName ) : bool

Method Details

CompositeResourceLoader() public method

public CompositeResourceLoader ( ) : System.Collections.Generic
return System.Collections.Generic

GetDictionaries() public method

public GetDictionaries ( ) : IEnumerable
return IEnumerable

GetDictionary() public method

public GetDictionary ( string path ) : Maybe
path string
return Maybe

GetResourceNames() public method

public GetResourceNames ( ) : IEnumerable
return IEnumerable

HandlesAssembly() public method

public HandlesAssembly ( string assemblyName ) : bool
assemblyName string
return bool