IPersistableObjectGetProperties Method

Gets a copy of the stored properties.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
IDictionary<string, Object?> GetProperties()

Return Value

IDictionaryString, Object
A copy of the stored properties.

Exceptions

InvalidOperationExceptionA property cannot be retrieved.

See Also