CapyKit/Documentation/Help/M_CapyKit_PoolItem_1__ctor.md

877 B

PoolItem<T> Constructor

Initializes a new instance of the PoolItem(T) class with the specified item and index.

Definition

Namespace: CapyKit
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.0+735d7c4c91a8ae04c2d8cae4ce85ddf4909e5b7d

C#

internal PoolItem(
	T item,
	int index
)

F#

new : 
        item : 'T * 
        index : int -> PoolItem

Parameters

  T
The pooled item.
  Int32
The zero-based index of the pooled item.

See Also

Reference

PoolItem(T) Class
CapyKit Namespace