public Object? Get(
Object? instance
)
Public Function Get (
instance As Object
) As Object
public:
Object^ Get(
Object^ instance
)
member Get :
instance : Object -> Object
ArgumentNullException | This PropertyAccessor represents an instance property and instance is . |
ArgumentException | The type of instance is invalid.
-or- The property expects index parameters. |
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. |