Skip to content

a8c4a7b1 508a 773c 51d4 99f449a21521

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

IOBasePackHandler.PackFactory Method

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

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

Syntax

C#

public override BasePack PackFactory()

VB

Public Overrides Function PackFactory As BasePack

C++

public:
virtual BasePack^ PackFactory() override

F#

abstract PackFactory : unit -> BasePack 
override PackFactory : unit -> BasePack 

Return Value

Type: BasePack
New BasePack.

See Also

Reference

IOBasePackHandler Class
PackFactory Overload
NETLIB Namespace

Clone this wiki locally