This commit is contained in:
zw1st 2024-05-15 16:31:34 +04:00
parent 66e1a856eb
commit ac11b4d69d

View File

@ -36,6 +36,7 @@ public class ListGenericObjects<T> : ICollectionGenericObjects<T>
} }
} }
public CollectionType GetCollectionType => CollectionType.List; public CollectionType GetCollectionType => CollectionType.List;
/// <summary> /// <summary>