C# Class Unity.IL2CPP.Metadata.ParameterDefaultValue

Mostrar archivo Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
_dataIndex int
_parameterIndex int
_typeIndex int

Public Methods

Method Description
ParameterDefaultValue ( int parameterIndex, int typeIndex, int dataIndex ) : System
ToString ( ) : string

Method Details

ParameterDefaultValue() public method

public ParameterDefaultValue ( int parameterIndex, int typeIndex, int dataIndex ) : System
parameterIndex int
typeIndex int
dataIndex int
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

_dataIndex public_oe property

public int _dataIndex
return int

_parameterIndex public_oe property

public int _parameterIndex
return int

_typeIndex public_oe property

public int _typeIndex
return int