Click or drag to resize

ContainerHelperMappingClone Method

Overload List
  NameDescription
Public methodStatic memberMappingCloneK, V(DictionaryK, V, IDictionaryIGraphElement, IGraphElement)
Public methodStatic memberMappingCloneT(ListT, IDictionaryIGraphElement, IGraphElement)
Public methodStatic memberMappingClone(IDictionary, IDictionaryIGraphElement, IGraphElement)
Public methodStatic memberMappingClone(IList, IDictionaryIGraphElement, IGraphElement)
Public methodStatic memberMappingClone(Object, IDictionaryIGraphElement, IGraphElement)
Creates a shallow clone of the given container, mapping the contained elements according to the input new to old elements map (clones a container, transplanting contained graph elements from an old to a new graph).
Public methodStatic memberMappingCloneT(DequeT, IDictionaryIGraphElement, IGraphElement)
Public methodStatic memberMappingClone(IDeque, IDictionaryIGraphElement, IGraphElement)
Top
See Also