Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsEmpty

bool System.Span< T >.IsEmpty
get

Definition at line 78 of file Span.cs.

79 {
80 [NonVersionable]
81 get
82 {
83 return 0u >= (uint)_length;
84 }
85 }
readonly int _length
Definition Span.cs:52

Referenced by Interop.Advapi32.CryptGetProvParam(), System.Numerics.BigNumber.HexNumberToBigInteger(), and System.Text.Encodings.Web.TextEncoder.TryEncodeUnicodeScalarUtf8().