Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DelegateBindingFlags.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 

Enumerations

enum  System.DelegateBindingFlags {
  System.StaticMethodOnly = 1 , System.InstanceMethodOnly = 2 , System.OpenDelegateOnly = 4 , System.ClosedDelegateOnly = 8 ,
  System.NeverCloseOverNull = 0x10 , System.CaselessMatching = 0x20 , System.RelaxedSignature = 0x40
}