Beispiel #1
0
 public static Context Get <S>() where S : ContextAttribute
 {
     return(sharedInstance._contextLookup[ContextAttribute.GetName <S>()]);
 }
Beispiel #2
0
 public Context GetContext <S>() where S : ContextAttribute
 {
     return(_contextLookup[ContextAttribute.GetName <S>()]);
 }