コード例 #1
0
ファイル: NodeFactory.cs プロジェクト: raidenyn/Bender
 private static TypeKind GetTypeKind(CachedType type, Options options)
 {
     return type.GetKind(
         options.TreatEnumerableImplsAsObjects,
         options.TreatDictionaryImplsAsObjects);
 }
コード例 #2
0
 private static TypeKind GetTypeKind(CachedType type, Options options)
 {
     return(type.GetKind(
                options.TreatEnumerableImplsAsObjects,
                options.TreatDictionaryImplsAsObjects));
 }