C# 클래스 Mono.Rocks.Tools.XmlDocs

파일 보기 프로젝트 열기: mono/rocks 1 사용 예제들

공개 메소드들

메소드 설명
ArgumentNullException ( IEnumerable parameters ) : IEnumerable
ArgumentNullException ( string parameter ) : IEnumerable
Cref ( CodeTypeReference type ) : string
Cref ( string ns, CodeTypeDeclaration type ) : string
Cref ( string ns, CodeTypeDeclaration declType, CodeMemberMethod method ) : string
Exception ( Type ex ) : IEnumerable
GetIndex ( string name ) : string
Param ( string param ) : IEnumerable
Remarks ( ) : IEnumerable
Returns ( ) : IEnumerable
See ( CodeTypeReference type ) : string
See ( string ns, CodeTypeDeclaration type ) : string
See ( string ns, CodeTypeDeclaration type, CodeMemberMethod method ) : string
Summary ( ) : IEnumerable
TypeParam ( string name ) : IEnumerable
TypeParams ( CodeTypeParameterCollection typeParams ) : IEnumerable
TypeParams ( CodeTypeParameterCollection typeParams, CodeTypeReference type ) : IEnumerable

비공개 메소드들

메소드 설명
Block ( string element, string attrs ) : IEnumerable
Cref ( CrefBuilder b, string ns, CodeTypeDeclaration type ) : CrefBuilder
GetType ( CodeTypeReference type ) : string

메소드 상세

ArgumentNullException() 공개 정적인 메소드

public static ArgumentNullException ( IEnumerable parameters ) : IEnumerable
parameters IEnumerable
리턴 IEnumerable

ArgumentNullException() 공개 정적인 메소드

public static ArgumentNullException ( string parameter ) : IEnumerable
parameter string
리턴 IEnumerable

Cref() 공개 정적인 메소드

public static Cref ( CodeTypeReference type ) : string
type System.CodeDom.CodeTypeReference
리턴 string

Cref() 공개 정적인 메소드

public static Cref ( string ns, CodeTypeDeclaration type ) : string
ns string
type System.CodeDom.CodeTypeDeclaration
리턴 string

Cref() 공개 정적인 메소드

public static Cref ( string ns, CodeTypeDeclaration declType, CodeMemberMethod method ) : string
ns string
declType System.CodeDom.CodeTypeDeclaration
method System.CodeDom.CodeMemberMethod
리턴 string

Exception() 공개 정적인 메소드

public static Exception ( Type ex ) : IEnumerable
ex System.Type
리턴 IEnumerable

GetIndex() 공개 정적인 메소드

public static GetIndex ( string name ) : string
name string
리턴 string

Param() 공개 정적인 메소드

public static Param ( string param ) : IEnumerable
param string
리턴 IEnumerable

Remarks() 공개 정적인 메소드

public static Remarks ( ) : IEnumerable
리턴 IEnumerable

Returns() 공개 정적인 메소드

public static Returns ( ) : IEnumerable
리턴 IEnumerable

See() 공개 정적인 메소드

public static See ( CodeTypeReference type ) : string
type System.CodeDom.CodeTypeReference
리턴 string

See() 공개 정적인 메소드

public static See ( string ns, CodeTypeDeclaration type ) : string
ns string
type System.CodeDom.CodeTypeDeclaration
리턴 string

See() 공개 정적인 메소드

public static See ( string ns, CodeTypeDeclaration type, CodeMemberMethod method ) : string
ns string
type System.CodeDom.CodeTypeDeclaration
method System.CodeDom.CodeMemberMethod
리턴 string

Summary() 공개 정적인 메소드

public static Summary ( ) : IEnumerable
리턴 IEnumerable

TypeParam() 공개 정적인 메소드

public static TypeParam ( string name ) : IEnumerable
name string
리턴 IEnumerable

TypeParams() 공개 정적인 메소드

public static TypeParams ( CodeTypeParameterCollection typeParams ) : IEnumerable
typeParams System.CodeDom.CodeTypeParameterCollection
리턴 IEnumerable

TypeParams() 공개 정적인 메소드

public static TypeParams ( CodeTypeParameterCollection typeParams, CodeTypeReference type ) : IEnumerable
typeParams System.CodeDom.CodeTypeParameterCollection
type System.CodeDom.CodeTypeReference
리턴 IEnumerable