C# Class Mono.Rocks.Tools.XmlDocs

Show file Open project: mono/rocks Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
Block ( string element, string attrs ) : IEnumerable
Cref ( CrefBuilder b, string ns, CodeTypeDeclaration type ) : CrefBuilder
GetType ( CodeTypeReference type ) : string

Method Details

ArgumentNullException() public static method

public static ArgumentNullException ( IEnumerable parameters ) : IEnumerable
parameters IEnumerable
return IEnumerable

ArgumentNullException() public static method

public static ArgumentNullException ( string parameter ) : IEnumerable
parameter string
return IEnumerable

Cref() public static method

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

Cref() public static method

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

Cref() public static method

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

Exception() public static method

public static Exception ( Type ex ) : IEnumerable
ex System.Type
return IEnumerable

GetIndex() public static method

public static GetIndex ( string name ) : string
name string
return string

Param() public static method

public static Param ( string param ) : IEnumerable
param string
return IEnumerable

Remarks() public static method

public static Remarks ( ) : IEnumerable
return IEnumerable

Returns() public static method

public static Returns ( ) : IEnumerable
return IEnumerable

See() public static method

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

See() public static method

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

See() public static method

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

Summary() public static method

public static Summary ( ) : IEnumerable
return IEnumerable

TypeParam() public static method

public static TypeParam ( string name ) : IEnumerable
name string
return IEnumerable

TypeParams() public static method

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

TypeParams() public static method

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