Click or drag to resize

collectionExtensions Methods

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The collectionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddAtEndT
Public methodStatic memberAddAtIndexT
Public methodStatic memberAddAtKeyT
Public methodStatic memberAddMulti
Adds the specified input/s - if exists skips
Public methodStatic memberAddMultiline
Public methodStatic memberAddMultiple
Adds the specified input/s - if exists skips
Public methodStatic memberAddRangeT(ICollectionT, IEnumerableT, Boolean)
Adds (optionally: unique) values from the specified range
Public methodStatic memberAddRangeT(StackT, IEnumerableT, Boolean)
Adds (optionally: unique) values from the specified range:
Public methodStatic memberAddRangeImb
Dodaje niz objekata u niz ukoliko ih vec ne sadrzi lista - vraca podatak koliko je novih objekata ubaceno
Public methodStatic memberAddResources
Adds the resources.
Public methodStatic memberAddUnique
Adds the specified input/s - if exists skips
Public methodStatic memberautoDefaultValuesT, D
Automatics the default values.
Public methodStatic memberCompareKeyValuePairsT(KeyValuePairT, Double, KeyValuePairT, Double)
Public methodStatic memberCompareKeyValuePairsT(KeyValuePairT, Int32, KeyValuePairT, Int32)
Public methodStatic memberConvertIListTSource, TTarget
Converts an IList to List
Public methodStatic memberConvertListTSource, TTarget
Public methodStatic memberConvertToListTTarget
Public methodStatic memberconvertValueToString
Converts the value to string.
Public methodStatic membercount
Universal counting
Public methodStatic memberextractNumbers
Public methodStatic membergetAllEnums
Gathers all enumerations found in the collection
Public methodStatic membergetAllOfTypeT
Gets the first instance of type in supplied collection. makeNewIfNotFound
Public methodStatic membergetAndRemoveAllIfExists
Gets the and remove all if any exists
Public methodStatic membergetAndRemoveIfExists
Returns TRUE and removes the first key found in source list
Public methodStatic membergetCountOf
Gets the count of Boolean items that has value same as valueToCount
Public methodStatic memberGetCrossSectionTItem
Gets the cross section: only items that are in common to all collections
Public methodStatic memberGetDifferenceTItem
Public methodStatic membergetEntrySafeT(IDictionary, Object, T)
Public methodStatic membergetEntrySafeTKey, T(IDictionaryTKey, T, TKey, T)
Public methodStatic membergetFirstFromDictionaryT
Public methodStatic membergetFirstOfTypeT
Gets the first instance that is compatibile with T in supplied collection. Supports PropertyCollection and other collections
Public methodStatic membergetFirstSafe
Gets the first safe.
Public methodStatic membergetFlatArrayT
Public methodStatic membergetFlatListT
Public methodStatic memberGetNextKeyT
Public methodStatic memberGetUnionTItem
Public methodStatic memberimbFirstOrMoreT
Vraca jedan ili vise resursa koji ispunjavaju uslov
Public methodStatic memberimbFirstSafe(IEnumerable, Int32)
Imbs the first safe.
Public methodStatic memberimbFirstSafeT(IEnumerableT, FuncT, Boolean)
Proverava uslov
Public methodStatic memberimbFirstSafeT(IEnumerableT, Int32)
Proverava uslov
Public methodStatic memberimbGetIndexOf
Gets index of item in an unknown enumeration
Public methodStatic memberimbGetItemAt
Universal method for getting element out of unknown IEnumerable
Public methodStatic memberimbLastSafeT
Imbs the last safe.
Public methodStatic memberisNullOrEmpty
Proverava da li je kolekcija null ili bez clanova
Public methodStatic membermakeUniqueDictionaryName
Makes a new Key for the dictionary by using proposal + _ count
Public methodStatic memberPoke
Pokes the specified dictionary -- fake method just to trigger lazy initialization
Public methodStatic memberPopT
Public methodStatic memberRandomizeT
Randomizes order of items in the specified list.
Public methodStatic memberRandomizeToListT
Returns a new list where the elements are randomly shuffled. Based on the Fisher-Yates shuffle, which has O(n) complexity.
Public methodStatic membertakeFirstFromListT(IEnumerableT, T)
Vraca prvi element koji je pronadjen u ulaznom skupu - default vraca prvi element matchList
Public methodStatic membertakeFirstFromListT(IEnumerableT, IEnumerableT, T)
Vraca prvi objekat koji se nalazi i u ovom skupu i u matchList skupu
Public methodStatic membertakeItemAtT
Vraca objekat iz liste - sa trazene index lokacije koja lupuje
Public methodStatic membertakeItemRelativeToT
Vraca item koji je na relativnoj lokaciji od relativeTo, podrzava lupovanje u oba smera
Public methodStatic membertoArrayWithThisOneT
Public methodStatic membertoListT
Konvertuje niz u listu
Public methodStatic membertoListWithThisOneT
Pravi List instancu i ubacuje ovaj objekat kao prvi element
Public methodStatic membertoSortedKeyValueListT
To the sorted list of Keys from IDictionary where Keys are instances and Values are number fo sort by
Public methodStatic membertoSortedListT(IDictionaryT, Double)
Public methodStatic membertoSortedListT(IDictionaryT, Int32)
To the sorted list of Keys from IDictionary where Keys are instances and Values are number fo sort by
Public methodStatic memberwriteIndexOutOfT
Writes the index out of.
Public methodStatic memberwriteListOfCollectionT
Vraca listu sa rednim brojem i ToString() vrednost
Top
See Also