C# Class Unity.ReferenceRewriter.TypeAliases

Datei anzeigen Open project: Unity-Technologies/ReferenceRewriter Class Usage Examples

Public Methods

Method Description
AreAliases ( string typeA, string typeB ) : bool
GetTemplateArguments ( string type ) : string[]

Private Methods

Method Description
TypeAliases ( ) : System

Method Details

AreAliases() public static method

public static AreAliases ( string typeA, string typeB ) : bool
typeA string
typeB string
return bool

GetTemplateArguments() public static method

public static GetTemplateArguments ( string type ) : string[]
type string
return string[]