C# Class System.Reflection.Tests.PointerHolder

Mostra file Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
field int*

Public Methods

Method Description
Method ( byte ptr, int expected ) : void
Return ( int expected ) : bool*

Method Details

Method() public method

public Method ( byte ptr, int expected ) : void
ptr byte
expected int
return void

Return() public method

public Return ( int expected ) : bool*
expected int
return bool*

Property Details

field public_oe property

public int* field
return int*