Class TypeInferenceRuleAttribute
Adds a special type inference rule to a method.
Inheritance
TypeInferenceRuleAttribute
Assembly: UnityEngine.dll
Syntax
[Serializable]
[AttributeUsage(AttributeTargets.Method)]
public class TypeInferenceRuleAttribute : Attribute, _Attribute
Constructors
|
Improve this Doc
View Source
TypeInferenceRuleAttribute(String)
Declaration
public TypeInferenceRuleAttribute(string rule)
Parameters
Type |
Name |
Description |
String |
rule |
|
|
Improve this Doc
View Source
TypeInferenceRuleAttribute(TypeInferenceRules)
Declaration
public TypeInferenceRuleAttribute(TypeInferenceRules rule)
Parameters
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods