Click or drag to resize
FdfNamedObjectSetT Methods

The FdfNamedObjectSetT generic type exposes the following members.

Methods
  NameDescription
Public methodAddRange
Adds range of members to the end of the set. Duplicate members will not get added, nor will yield an exception.
Protected methodGetKeyForItem (Overrides KeyedCollectionTKey, TItemGetKeyForItem(TItem).)
Public methodGetTypeName
Returns String representation of the underlying type.
Public methodIsValid
Returns True if object instance is considered valid, otherwise returns False.
Public methodMerge(T, FdfMergeableResolution)
Merges specified object instance data with caller object data and stores result into the caller object. Provides optional resolution for merging caller and callee values.
Public methodMerge(FdfNamedObjectSetT, FdfMergeableResolution)
Merges specified object instance data with caller object data and stores result into the caller object. Provides optional resolution for merging caller and callee values.
Public methodSort
Sorts members of the entire collection using default comparer.
Public methodSort(IComparerT)
Sorts members of the entire collection using specified comparer.
Public methodToArray
Converts collection to array. If collection is empty, returns an empty array.
Public methodToList
Converts collection to list. If collection is empty, returns an empty list.
Public methodTryGetItem(String, T)
Returns True if specified member name is found in collection, otherwise returns False. If True, also returns found member by reference.
Public methodTryGetItem(String, T, StringComparison)
Top
See Also