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

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
End InstructionBlock
Start InstructionBlock

Méthodes publiques

Méthode Description
BlockRange ( InstructionBlock start, InstructionBlock end ) : System

Method Details

BlockRange() public méthode

public BlockRange ( InstructionBlock start, InstructionBlock end ) : System
start InstructionBlock
end InstructionBlock
Résultat System

Property Details

End public_oe property

public InstructionBlock End
Résultat InstructionBlock

Start public_oe property

public InstructionBlock Start
Résultat InstructionBlock