public void Set(
Object? instance,
Object? value
)
Public Sub Set (
instance As Object,
value As Object
)
public:
void Set(
Object^ instance,
Object^ value
)
member Set :
instance : Object *
value : Object -> unit
ArgumentNullException | This PropertyAccessor represents an instance property and instance is -or- This PropertyAccessor represents a value type property and value is . |
ArgumentException | The type of instance or value is invalid.
-or- The property expects index parameters. |
InvalidOperationException | The PropertyAccessor represents a property of an open generic type. |
NotSupportedException | This PropertyAccessor represents a read-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. |