Beispiel #1
0
 public static HTMLProvider GetProvider(object Obj) => DumpExtensions.GetProvider(Obj?.GetType());
Beispiel #2
0
 public static HTMLProvider GetProvider(Type Type) => DumpExtensions.GetProvider(Type);
Beispiel #3
0
 public bool Register() => DumpExtensions.Register(this, typeof(T));
Beispiel #4
0
 public static HTMLProvider GetProvider <T>() => DumpExtensions.GetProvider(typeof(T));
 public static HTMLProvider GetProvider(object Obj) => DumpExtensions.GetProvider(Obj?.GetType() ?? typeof(NullReference));