C# Class Unity.IL2CPP.Common.CFG.BlockRange

Datei anzeigen Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
End InstructionBlock
Start InstructionBlock

Public Methods

Method Description
BlockRange ( InstructionBlock start, InstructionBlock end ) : System

Method Details

BlockRange() public method

public BlockRange ( InstructionBlock start, InstructionBlock end ) : System
start InstructionBlock
end InstructionBlock
return System

Property Details

End public_oe property

public InstructionBlock End
return InstructionBlock

Start public_oe property

public InstructionBlock Start
return InstructionBlock