コード例 #1
0
 public ContextAttribute(ContextTargetType targetType, ContextCaching caching)
 {
     TargetType = targetType;
     Caching    = caching;
 }
コード例 #2
0
ファイル: ContextAttribute.cs プロジェクト: stewmc/vixen
 public ContextAttribute(ContextTargetType targetType, ContextCaching caching)
 {
     TargetType = targetType;
     Caching = caching;
 }
コード例 #3
0
 public ContextFeatures(ContextCaching caching)
 {
     Caching = caching;
 }
コード例 #4
0
ファイル: ContextFeatures.cs プロジェクト: stewmc/vixen
 public ContextFeatures(ContextCaching caching)
 {
     Caching = caching;
 }