Skip to content

258204a2 fcf6 ec62 b3bd a09228e268ad

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

IOBasePackHandler.PackFactory Method (BasePack)

Used by the Consume() to obtain an instance of the BasePack through BasePack(BasePack) constructor.

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

Syntax

C#

public override BasePack PackFactory(
	BasePack pack
)

VB

Public Overrides Function PackFactory ( 
	pack As BasePack
) As BasePack

C++

public:
virtual BasePack^ PackFactory(
	BasePack^ pack
) override

F#

abstract PackFactory : 
        pack : BasePack -> BasePack 
override PackFactory : 
        pack : BasePack -> BasePack 

Parameters

 

pack
Type: NETLIB.BasePack
BasePack to be based on.

Return Value

Type: BasePack
New BasePack based on pack

See Also

Reference

IOBasePackHandler Class
PackFactory Overload
NETLIB Namespace

Clone this wiki locally