Click or drag to resize

ObjectExtensions Class

Provides extensions for objects.
Inheritance Hierarchy
SystemObject
  Gamelogic.ExtensionsObjectExtensions

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 4, 0)]
public static class ObjectExtensions

The ObjectExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberThrowIfNegative(Int32, String)
Throws a ArgumentOutOfRange exception if the integer is negative.
Public methodStatic memberThrowIfNegative(Single, String)
Throws a ArgumentOutOfRange exception if the float is negative.
Public methodStatic memberThrowIfNull
Throws a NullReferenceException if the object is null.
Top
See Also