C# Class Mono.Debugger.Languages.Mono.MonoNullableObject

Inheritance: TargetNullableObject
Show file Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
MonoNullableObject ( MonoNullableType type, TargetLocation location ) : System

Private Methods

Method Description
GetValue ( TargetMemoryAccess target ) : TargetObject
HasValue ( TargetMemoryAccess target ) : bool

Method Details

MonoNullableObject() public method

public MonoNullableObject ( MonoNullableType type, TargetLocation location ) : System
type MonoNullableType
location TargetLocation
return System