Method GetBinding
GetBinding(Type, string)
Return authoring binding for a given runtime type and field name.
Declaration
public static (Type Type, string FieldName) GetBinding(Type type, string fieldName)
Parameters
Type | Name | Description |
---|---|---|
Type | type | |
string | fieldName | Field name. |
Returns
Type | Description |
---|---|
(Type Type, string FieldName) | Returns a runtime type and a field name. |