SwiftlyS2

ManagedCUtlVector

Class ManagedCUtlVector

Namespace: SwiftlyS2.Shared.Natives

Assembly: SwiftlyS2.CS2.dll

public class ManagedCUtlVector<T> : IDisposable where T : unmanaged
Type Parameters
  • T

Inheritance

Implements

Inherited Members

Constructors

ManagedCUtlVector()

public ManagedCUtlVector()

ManagedCUtlVector(int, int)

public ManagedCUtlVector(int growSize, int initSize)
Parameters

Properties

Value

public ref CUtlVector<T> Value { get; }
Property Value

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Dispose(bool)

protected virtual void Dispose(bool disposing)
Parameters

~ManagedCUtlVector()

protected ~ManagedCUtlVector()

On this page