C# Class Docu.Documentation.Method

Inheritance: BaseDocumentationElement, IReferencable
Mostrar archivo Open project: cdrnet/docu Class Usage Examples

Public Methods

Method Description
Method ( Docu.Parsing.Model.MethodIdentifier identifier, DeclaredType type ) : System

Initializes a new instance of the Method class.

Resolve ( IReferencable>.IDictionary referencables ) : void
Unresolved ( Docu.Parsing.Model.MethodIdentifier methodIdentifier, DeclaredType type ) : Method
Unresolved ( Docu.Parsing.Model.MethodIdentifier methodIdentifier, DeclaredType type, MethodBase declaration, IReferencable returnType ) : Method

Private Methods

Method Description
AddParameter ( MethodParameter parameter ) : void

Method Details

Method() public method

Initializes a new instance of the Method class.
public Method ( Docu.Parsing.Model.MethodIdentifier identifier, DeclaredType type ) : System
identifier Docu.Parsing.Model.MethodIdentifier /// The identifier. ///
type DeclaredType /// The type. ///
return System

Resolve() public method

public Resolve ( IReferencable>.IDictionary referencables ) : void
referencables IReferencable>.IDictionary
return void

Unresolved() public static method

public static Unresolved ( Docu.Parsing.Model.MethodIdentifier methodIdentifier, DeclaredType type ) : Method
methodIdentifier Docu.Parsing.Model.MethodIdentifier
type DeclaredType
return Method

Unresolved() public static method

public static Unresolved ( Docu.Parsing.Model.MethodIdentifier methodIdentifier, DeclaredType type, MethodBase declaration, IReferencable returnType ) : Method
methodIdentifier Docu.Parsing.Model.MethodIdentifier
type DeclaredType
declaration System.Reflection.MethodBase
returnType IReferencable
return Method