Inheritance HierarchySystemObject
PDTec.IceNet.Sdk.UtilsCollectionUtils
Namespace:
PDTec.IceNet.Sdk.Utils
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntaxpublic static class CollectionUtils
The CollectionUtils type exposes the following members.
Methods
| Name | Description |
---|
  | CompareElementsS, T | |
  | ConvertS, T, C | |
  | ConvertEnumS, T | |
  | ConvertFromBase64UrlString | |
  | ConvertFromHexString | |
  | ConvertToBase64UrlString | |
  | ConvertToHexString | |
  | CreateFilteredT, C | |
  | CreateFiltered2S, T, C | |
  | FilterT, C | |
  | Filter2S, T, C | |
  | GetValueTKey, TValue | |
  | HasDuplicatesT | |
  | IsFlagSetT | |
  | IsInSetT | |
  | IsNullOrEmpty(IEnumerable) |
Checks whether raw (non-typed) collection passed as an argument is null or has no elements.
|
  | IsNullOrEmptyT(IEnumerableUTT) | |
  | ParseEnumT | |
  | SetValueSynchronizedTKey, TValue | |
  | ToArrayT(ICollectionUTT) | |
  | ToArrayS, T(ICollectionUTT, CollectionUtilsConversionUTT, UTT) | |
  | ToArray2SrcT, TgtT | |
  | TryGetValueSynchronizedTKey, TValue | |
Top
See Also