C# Class AIT.Tools.VisualStudioTextTransform.CombiningVariableResolver

Combines the given resolvers
Inheritance: IVariableResolver
Show file Open project: AITGmbH/VisualStudioTextTransform Class Usage Examples

Public Methods

Method Description
CombiningVariableResolver ( IEnumerable resolvers ) : System.Collections.Generic

/

CombiningVariableResolver ( IVariableResolver resolver1, IVariableResolver resolver2 ) : System.Collections.Generic

/

ResolveVariable ( string variable ) : IEnumerable

Try to resolve the given variable (return a list of possible paths)

Method Details

CombiningVariableResolver() public method

/
public CombiningVariableResolver ( IEnumerable resolvers ) : System.Collections.Generic
resolvers IEnumerable
return System.Collections.Generic

CombiningVariableResolver() public method

/
public CombiningVariableResolver ( IVariableResolver resolver1, IVariableResolver resolver2 ) : System.Collections.Generic
resolver1 IVariableResolver
resolver2 IVariableResolver
return System.Collections.Generic

ResolveVariable() public method

Try to resolve the given variable (return a list of possible paths)
public ResolveVariable ( string variable ) : IEnumerable
variable string
return IEnumerable