SerializationHelper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static class SerializationHelper
type SerializationHelper = class
Public Class SerializationHelper
Inheritance
Methods
Copy<T>(IList<T>, ISet<T>, IEqualityComparer<T>, Boolean)
Copy<T>(ISet<T>, IList<T>, Boolean)
Copy<T>(List<T>, List<T>, Boolean)
Copy<TKey,TValue>(Dictionary<TKey,TValue>, Dictionary<TKey,TValue>, Boolean)
Copy<TKey,TValue>(Dictionary<TKey,TValue>, Dictionary<TKey,TValue>, IEqualityComparer<TKey>, Boolean)
Copy<TKey,TValue>(IDictionary<TKey,TValue>, IDictionary<TKey,TValue>, Boolean)
Copy<TKey,TValue>(IDictionary<TKey,TValue>, IDictionary<TKey,TValue>, IEqualityComparer<TKey>, Boolean)
Applies to