C# Class AgentMulder.ReSharper.Domain.Utils.ContainerExtensions

Afficher le fichier Open project: hmemcpy/AgentMulder

Méthodes publiques

Méthode Description
CreateTypeByClrName ( ITreeNode node, string containerClrTypeName ) : IDeclaredType
GetRegisteredTypes ( this expression ) : IEnumerable
IsContainerCall ( this node, string containerClrTypeName ) : bool

Method Details

CreateTypeByClrName() public static méthode

public static CreateTypeByClrName ( ITreeNode node, string containerClrTypeName ) : IDeclaredType
node ITreeNode
containerClrTypeName string
Résultat IDeclaredType

GetRegisteredTypes() public static méthode

public static GetRegisteredTypes ( this expression ) : IEnumerable
expression this
Résultat IEnumerable

IsContainerCall() public static méthode

public static IsContainerCall ( this node, string containerClrTypeName ) : bool
node this
containerClrTypeName string
Résultat bool