C# Class Unity.IL2CPP.Metadata.TableInfo

Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Свойство Type Description
Count int
Name string
Type string

Méthodes publiques

Méthode Description
TableInfo ( int count, string type, string name ) : System

Method Details

TableInfo() public méthode

public TableInfo ( int count, string type, string name ) : System
count int
type string
name string
Résultat System

Property Details

Count public_oe property

public int Count
Résultat int

Name public_oe property

public string Name
Résultat string

Type public_oe property

public string Type
Résultat string