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

Inheritance: CodeAtom
Exibir arquivo Open project: shana/cppinterop

Public Methods

Method Description
Field ( string name, CppType type ) : System
Write ( TextWriter writer ) : void

Protected Methods

Method Description
InsideCodeTypeDeclaration ( CodeTypeDeclaration decl ) : object

Method Details

Field() public method

public Field ( string name, CppType type ) : System
name string
type Mono.VisualC.Interop.CppType
return System

InsideCodeTypeDeclaration() protected method

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

Write() public method

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