OpenStory.Common.IO.IntFlags.IntFlags C# (CSharp) Method

IntFlags() protected method

protected IntFlags ( IntFlags other ) : System
other IntFlags
return System
        protected IntFlags(IntFlags other)
            : base(other)
        {
        }

Same methods

IntFlags::IntFlags ( int capacity ) : System