Represents a stack of ITypeDataProvider/IStackedTypeDataProvider that is used to get TypeData for a given type. The providers on this stack are called in order until a provider returuns a
More...
Represents a stack of ITypeDataProvider/IStackedTypeDataProvider that is used to get TypeData for a given type. The providers on this stack are called in order until a provider returuns a
◆ GetTypeData() [1/2]
| ITypeData OpenTap.TypeDataProviderStack.GetTypeData |
( |
object |
obj | ) |
|
|
inline |
Gets the type data from an object.
- Parameters
-
| obj | The object to get type information for. |
- Returns
- A representation of the type of the specified object or null if no providers can handle the specified type of object.
◆ GetTypeData() [2/2]
| ITypeData OpenTap.TypeDataProviderStack.GetTypeData |
( |
string |
identifier | ) |
|
|
inline |
Gets the type data from an identifier.
- Parameters
-
| identifier | The identifier to get type information for. |
- Returns
- A representation of the type specified by identifier or null if no providers can handle the specified identifier.