C# Class PdbReader.Types.CFunc

Inheritance: CWrap
Mostrar archivo Open project: LibreCrops/cdef Class Usage Examples

Public Methods

Method Description
Accept ( IWrapVisitor visitor ) : void
Add ( CType type ) : void
CFunc ( CType retType ) : System
CFunc ( CType retType, CallConv callConv ) : System

Method Details

Accept() public method

public Accept ( IWrapVisitor visitor ) : void
visitor IWrapVisitor
return void

Add() public method

public Add ( CType type ) : void
type CType
return void

CFunc() public method

public CFunc ( CType retType ) : System
retType CType
return System

CFunc() public method

public CFunc ( CType retType, CallConv callConv ) : System
retType CType
callConv CallConv
return System