作者:
DicYang (寂屋出租)
2016-06-21 10:19:15已爬文了...但不知道怎麼下關鍵字...所以如果op的話請見諒...
- (nullable NSDictionary<NSString *, id> *)attributesOfItemAtPath:
(NSString *)path error:(NSError **)error NS_AVAILABLE(10_5, 2_0);
這個宣告是在NSFieManager.h裡的
想請問大家一下NSDictionary<NSString *, id> *裡的這個
<NSString *, id>是什麼意思?
另外還有
@interface NSDictionary<KeyType, ObjectType> (NSFileAttributes)
這裡的<KeyType, ObjectType> 是不是也是一樣的意思呢?
謝謝