An abstract class for bit-based flag arrays which are written in 64-bit chunks.
Inheritance: Flags
コード例 #1
0
ファイル: LongFlags.cs プロジェクト: shoftee/OpenStory
 /// <inheritdoc />
 protected LongFlags(LongFlags other)
     : base(other)
 {
 }
コード例 #2
0
ファイル: LongFlags.cs プロジェクト: zhuomingliang/OpenStory
 /// <inheritdoc />
 protected LongFlags(LongFlags other)
     : base(other)
 {
 }