Table of Contents

Interface IPoolComponent<T>.IManagedInterface

Namespace
SampSharp.OpenMp.Core.Api
Assembly
SampSharp.OpenMp.Core.dll

Represents the managed interface implemented by its unmanaged counterpart.

public interface IPoolComponent<T>.IManagedInterface : IUnmanagedInterface
Inherited Members

Methods

AsPool()

Converts this component to a pool.

IPool<T> AsPool()

Returns

IPool<T>

A pool.