C# Class Foundation.ImportAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: NVentimiglia/Unity3d-Foundation

Public Methods

Method Description
ImportAttribute ( ) : System

Uses standard type match lookup

ImportAttribute ( string key ) : System

Uses an Optional lookup key

Method Details

ImportAttribute() public method

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

ImportAttribute() public method

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