Skip to content

4b311301 c919 7694 6c79 401592e7da62

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

Consumer(TPack).PackFactory Method

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

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

Syntax

C#

public abstract TPack PackFactory()

VB

Public MustOverride Function PackFactory As TPack

C++

public:
virtual TPack PackFactory() abstract

F#

abstract PackFactory : unit -> 'TPack 

Return Value

Type: TPack
New TPack.

See Also

Reference

Consumer(TPack) Class
PackFactory Overload
NETLIB Namespace

Clone this wiki locally