mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 00:50:25 +02:00
More trivial inlines
This commit is contained in:
parent
d046cb10a4
commit
e561a26695
3 changed files with 7 additions and 1 deletions
|
@ -35,7 +35,8 @@ namespace System
|
|||
}
|
||||
|
||||
public bool IsEmpty
|
||||
{
|
||||
{
|
||||
[Inline]
|
||||
get
|
||||
{
|
||||
return mLength == 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue