Table of Contents

Class ElementArrayExtensions

Namespace
ValveResourceFormat.IO
Assembly
ValveResourceFormat.dll

Extension methods for ElementArray.

public static class ElementArrayExtensions

Inheritance

Inherited Members

Methods

AddReturn<T>(ElementArray, T)

Adds an element to the array and returns the element.

public static T AddReturn<T>(this ElementArray array, T element) where T : Element

Parameters

array ElementArray
element T

Returns

T

Type Parameters

T