Freigeben über


IShallowCopyable<T> Interface

Definition

Interface for shallow copyable objects.

public interface IShallowCopyable<out T>
type IShallowCopyable<'T> = interface
Public Interface IShallowCopyable(Of Out T)

Type Parameters

T

The type of the resulting object

This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
Derived

Methods

Name Description
CreateShallowCopy()

Create a shallow copy of the current instance.

Applies to