C# 클래스 ICSharpCode.NRefactory.CSharp.TypeSystem.CSharpAssembly.NS

상속: INamespace
파일 보기 프로젝트 열기: 0xd4d/NRefactory

Private Properties

프로퍼티 타입 설명
INamespace INamespace
INamespace ITypeDefinition

공개 메소드들

메소드 설명
NS ( CSharpAssembly assembly ) : System
NS ( NS parentNamespace, string fullName, string name ) : System
ToReference ( ) : ISymbolReference

비공개 메소드들

메소드 설명
INamespace ( string name ) : INamespace
INamespace ( string name, int typeParameterCount ) : ITypeDefinition

메소드 상세

NS() 공개 메소드

public NS ( CSharpAssembly assembly ) : System
assembly CSharpAssembly
리턴 System

NS() 공개 메소드

public NS ( NS parentNamespace, string fullName, string name ) : System
parentNamespace NS
fullName string
name string
리턴 System

ToReference() 공개 메소드

public ToReference ( ) : ISymbolReference
리턴 ISymbolReference