2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-09-13 20:43:19 +00:00
This commit is contained in:
2025-08-25 03:39:37 +03:00
parent 3ea7adaebc
commit 4a7070ee6e
4 changed files with 33 additions and 12 deletions

View File

@@ -169,7 +169,7 @@ public class DistributedResource : DynamicObject, IResource, INotifyPropertyChan
}
/// <summary>
/// Export all properties with ResourceProperty attributed as bytes array.
/// Export properties as byte array.
/// </summary>
/// <returns></returns>
internal PropertyValue[] _Serialize()