C# Class ICSharpCode.NRefactory.CSharp.TypeSystem.CSharpAssembly.NS

Inheritance: INamespace
Show file Open project: 0xd4d/NRefactory

Private Properties

Property Type Description
INamespace INamespace
INamespace ITypeDefinition

Public Methods

Method Description
NS ( CSharpAssembly assembly ) : System
NS ( NS parentNamespace, string fullName, string name ) : System
ToReference ( ) : ISymbolReference

Private Methods

Method Description
INamespace ( string name ) : INamespace
INamespace ( string name, int typeParameterCount ) : ITypeDefinition

Method Details

NS() public method

public NS ( CSharpAssembly assembly ) : System
assembly CSharpAssembly
return System

NS() public method

public NS ( NS parentNamespace, string fullName, string name ) : System
parentNamespace NS
fullName string
name string
return System

ToReference() public method

public ToReference ( ) : ISymbolReference
return ISymbolReference