public Object? Get(
Object? instance,
Object? index
)Public Function Get (
instance As Object,
index As Object
) As Objectpublic:
Object^ Get(
Object^ instance,
Object^ index
)member Get :
instance : Object *
index : Object -> Object | ArgumentNullException | This PropertyAccessor represents an instance property and instance is . |
| ArgumentException | The type of instance or index is invalid.
-or- The property cannot be accessed with one index parameter. |
| InvalidOperationException | The PropertyAccessor represents a property of an open generic type. |
| NotSupportedException | This PropertyAccessor represents a write-only property.
-or- On .NET Framework the code is executed in a partially trusted domain with insufficient permissions. |
| PlatformNotSupportedException | You use the .NET Standard 2.0 build of KGySoft.CoreLibraries and this PropertyAccessor represents a ref property. |