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

◆ IsOwned< TCaller >()

bool System.Collections.Immutable.SecurePooledObject< T >.IsOwned< TCaller > ( ref TCaller caller)
inlinepackage
Type Constraints
TCaller :struct 
TCaller :ISecurePooledObjectUser 

Definition at line 51 of file SecurePooledObject.cs.

51 : struct, ISecurePooledObjectUser
52 {
53 return caller.PoolUserId == _owner;
54 }

References System.Collections.Immutable.SecurePooledObject< T >._owner.