C# Class AIT.Tools.VisualStudioTextTransform.CombiningVariableResolver

Combines the given resolvers
Inheritance: IVariableResolver
Afficher le fichier Open project: AITGmbH/VisualStudioTextTransform Class Usage Examples

Méthodes publiques

Méthode 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 méthode

/
public CombiningVariableResolver ( IEnumerable resolvers ) : System.Collections.Generic
resolvers IEnumerable
Résultat System.Collections.Generic

CombiningVariableResolver() public méthode

/
public CombiningVariableResolver ( IVariableResolver resolver1, IVariableResolver resolver2 ) : System.Collections.Generic
resolver1 IVariableResolver
resolver2 IVariableResolver
Résultat System.Collections.Generic

ResolveVariable() public méthode

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