C# Class Foundation.ExportAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: NVentimiglia/Unity3d-Foundation Class Usage Examples

Méthodes publiques

Méthode Description
ExportAttribute ( ) : System

Uses standard type match lookup

ExportAttribute ( string key ) : System

Uses an Optional lookup key

Method Details

ExportAttribute() public méthode

Uses standard type match lookup
public ExportAttribute ( ) : System
Résultat System

ExportAttribute() public méthode

Uses an Optional lookup key
public ExportAttribute ( string key ) : System
key string
Résultat System