C# Class Foundation.ExportAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: NVentimiglia/Unity3d-Foundation Class Usage Examples

Public Methods

Method Description
ExportAttribute ( ) : System

Uses standard type match lookup

ExportAttribute ( string key ) : System

Uses an Optional lookup key

Method Details

ExportAttribute() public method

Uses standard type match lookup
public ExportAttribute ( ) : System
return System

ExportAttribute() public method

Uses an Optional lookup key
public ExportAttribute ( string key ) : System
key string
return System