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 |
|---|---|
| (T1, T2)<Type, String> | Returns a runtime type and a field name. |