| ExtensionMethods Methods | 
The ExtensionMethods type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | RaiseEvent(MemberValueElementChangedHandler, Object) | 
            Raises the event on the handler passed in with default empty arguments
             | 
|   | RaiseEvent(MemberValueElementRemovedHandler, Object) | 
            Raises the event on the handler passed in with default empty arguments
             | 
|   | RaiseEventT(MemberValueElementChangedHandler, Object, T) | 
            Raises the event which is represented by the handler specified. 
             | 
|   | RaiseEventT(MemberValueElementRemovedHandler, Object, T) | 
            Raises the event which is represented by the handler specified. 
             | 
|   | SplitPairsTValue1, TValue2, TValue3, TValue4 | 
            Splits the pairs in the enumerable into two lists of values where the pair at position x in source equals to values1[x], values2[x]
             | 
|   | ToMultiValueDictionaryTKey, TValue | 
            Converts an enumerable into a MultiValueDictionary. Similar to ToDictionary however this time the returned type is a MultiValueDictionary.
             | 
 See Also
See Also