C# Class Mono.VisualC.Code.Atoms.Method

Inheritance: CodeContainer
Show file Open project: shana/cppinterop

Public Methods

Method Description
Method ( string name ) : System
Write ( TextWriter writer ) : void

Protected Methods

Method Description
InsideCodeStatementCollection ( CodeStatementCollection stmts ) : object
InsideCodeTypeDeclaration ( CodeTypeDeclaration decl ) : object

Private Methods

Method Description
CreateInterfaceMethod ( ) : CodeMemberMethod
CreateWrapperMethod ( ) : CodeMemberMethod
GenerateParameterDeclaration ( NameTypePair param ) : CodeParameterDeclarationExpression

Method Details

InsideCodeStatementCollection() protected method

protected InsideCodeStatementCollection ( CodeStatementCollection stmts ) : object
stmts System.CodeDom.CodeStatementCollection
return object

InsideCodeTypeDeclaration() protected method

protected InsideCodeTypeDeclaration ( CodeTypeDeclaration decl ) : object
decl System.CodeDom.CodeTypeDeclaration
return object

Method() public method

public Method ( string name ) : System
name string
return System

Write() public method

public Write ( TextWriter writer ) : void
writer System.IO.TextWriter
return void