C# Class UnityEngineInternal.TypeInferenceRuleAttribute

Inheritance: Attribute, _Attribute
Mostrar archivo Open project: randomize/VimConfig

Public Methods

Method Description
ToString ( ) : string
TypeInferenceRuleAttribute ( TypeInferenceRules rule )
TypeInferenceRuleAttribute ( string rule )
TypeInferenceRuleAttribute ( TypeInferenceRules rule ) : System
TypeInferenceRuleAttribute ( string rule ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

TypeInferenceRuleAttribute() public method

public TypeInferenceRuleAttribute ( TypeInferenceRules rule )
rule TypeInferenceRules

TypeInferenceRuleAttribute() public method

public TypeInferenceRuleAttribute ( string rule )
rule string

TypeInferenceRuleAttribute() public method

public TypeInferenceRuleAttribute ( TypeInferenceRules rule ) : System
rule TypeInferenceRules
return System

TypeInferenceRuleAttribute() public method

public TypeInferenceRuleAttribute ( string rule ) : System
rule string
return System