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

Datei anzeigen Open project: hmemcpy/AgentMulder

Public Methods

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

Method Details

CreateTypeByClrName() public static method

public static CreateTypeByClrName ( ITreeNode node, string containerClrTypeName ) : IDeclaredType
node ITreeNode
containerClrTypeName string
return IDeclaredType

GetRegisteredTypes() public static method

public static GetRegisteredTypes ( this expression ) : IEnumerable
expression this
return IEnumerable

IsContainerCall() public static method

public static IsContainerCall ( this node, string containerClrTypeName ) : bool
node this
containerClrTypeName string
return bool