杭州大江东核心区义蓬街道,东至规划道路项目

百度 他们读了书,明了理,既不能兼济天下,又不甘失落人生价值,便只有独善其身,读万卷书,行万里路,揣摩收藏法书名画古玩,在自娱中寻找独立的理想人格,寻找自我实现和自我充实,以超然的态度过隔世的生活。
public interface IDeepCloneable<T>

Generic interface for a deeply cloneable type.

Namespace

Google.Protobuf

Assembly

Google.Protobuf.dll

Type Parameter

Name Description
T

The type itself, returned by the Clone() method.

Remarks

All generated messages implement this interface, but so do some non-message types. Additionally, due to the type constraint on T in IMessage<T>, it is simpler to keep this as a separate interface.

Methods

Clone()

T Clone()

Creates a deep clone of this object.

Returns
Type Description
T

A deep clone of this object.