TypeManifestOptions.Copiers Property
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.
Gets the set of copiers, which are responsible for creating deep copies of a given type.
public System.Collections.Generic.HashSet<Type> Copiers { get; }
member this.Copiers : System.Collections.Generic.HashSet<Type>
Public ReadOnly Property Copiers As HashSet(Of Type)