Terraria v1.4.4.9
Terraria source code documentation
|
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) |
Definition at line 7 of file ContractUtils.cs.