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

◆ Empty

bool System.Runtime.InteropServices.ComEventsMethod.Empty
get

Definition at line 81 of file ComEventsMethod.cs.

82 {
83 get
84 {
86 {
87 return _delegateWrappers.Count == 0;
88 }
89 }
90 }
readonly List< DelegateWrapper > _delegateWrappers

Referenced by System.Runtime.InteropServices.ComEventsHelper.Remove().