C# Class PdbReader.Types.CWrap

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

Protected Properties

Property Type Description
_next CType

Public Methods

Method Description
Accept ( IWrapVisitor visitor ) : void
CWrap ( CType next ) : System

Method Details

Accept() public abstract method

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

CWrap() public method

public CWrap ( CType next ) : System
next CType
return System

Property Details

_next protected_oe property

protected CType,PdbReader.Types _next
return CType