C# Class Unity.IL2CPP.Metadata.TableInfo

Mostra file Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
Count int
Name string
Type string

Public Methods

Method Description
TableInfo ( int count, string type, string name ) : System

Method Details

TableInfo() public method

public TableInfo ( int count, string type, string name ) : System
count int
type string
name string
return System

Property Details

Count public_oe property

public int Count
return int

Name public_oe property

public string Name
return string

Type public_oe property

public string Type
return string