Skip to content

5a14f8dc b412 fa6d 1739 bd95106e4c8a

Arthur Frederico Neves edited this page Jul 19, 2016 · 3 revisions

BasePack.DeepCopy Method

Makes a deep copy of the pack, by cloning the internal buffer for the new package.

Namespace: NETLIB
Assembly: NETLIB (in NETLIB.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public virtual BasePack DeepCopy()

VB

Public Overridable Function DeepCopy As BasePack

C++

public:
virtual BasePack^ DeepCopy()

F#

abstract DeepCopy : unit -> BasePack 
override DeepCopy : unit -> BasePack 

Return Value

Type: BasePack
New BasePack cloned from this pack

See Also

Reference

BasePack Class
NETLIB Namespace

Clone this wiki locally