Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Dynamic.Utils.ContractUtils Class Reference

Static Public Member Functions

static void Requires ([DoesNotReturnIf(false)] bool precondition, string paramName)
 
static void RequiresNotNull (object value, string paramName)
 
static void RequiresNotNull (object value, string paramName, int index)
 
static void RequiresNotEmpty< T > (ICollection< T > collection, string paramName)
 
static void RequiresNotNullItems< T > (IList< T > array, string arrayName)
 
static void RequiresArrayRange< T > (IList< T > array, int offset, int count, string offsetName, string countName)
 

Properties

static Exception Unreachable [get]
 

Static Private Member Functions

static string GetParamName (string paramName, int index)
 

Detailed Description

Definition at line 7 of file ContractUtils.cs.


The documentation for this class was generated from the following file: