MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IsNotNull

Method IsNotNull

Source/Engine/Debug/Assert.cs:261–266  ·  view source on GitHub ↗
(T value)

Source from the content-addressed store, hash-verified

259 }
260
261 [Conditional("FLAX_ASSERTIONS")]
262 public static void IsNotNull<T>(T value)
263 where T : class
264 {
265 IsNotNull(value, null);
266 }
267
268 [Conditional("FLAX_ASSERTIONS")]
269 public static void IsNotNull<T>(T value, string message)

Callers 9

TestValidMethod · 0.80
TestDeserializeMethod · 0.80
AddChildInternalMethod · 0.80
RemoveChildInternalMethod · 0.80
AddReferenceMethod · 0.80
ShowMethod · 0.80
OnAddEditorMethod · 0.80
UpdateMethod · 0.80

Calls 1

IsAssignableFromMethod · 0.45

Tested by 2

TestValidMethod · 0.64
TestDeserializeMethod · 0.64