Class ElementArrayExtensions
Namespace: ValveResourceFormat.IO
Assembly: ValveResourceFormat.dll
Extension methods for ElementArray.
csharp
public static class ElementArrayExtensionsInheritance
object ← ElementArrayExtensions
Methods
AddReturn<T>(ElementArray, T)
Adds an element to the array and returns the element.
csharp
public static T AddReturn<T>(this ElementArray array, T element) where T : ElementParameters
array ElementArray
element T
Returns
T
Type Parameters
T

