Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public struct Gregor.Core.FlagSet8 : System.ValueType, System.IEquatable<>, System.Collections.Generic.IEnumerable<>, System.Collections.IEnumerable Custom Attributes: System.Reflection.DefaultMember(MemberName="Item") Description:
static private FlagSet8() Custom Attributes: Description:
public FlagSet8(Gregor.Core.Flags8 value) Custom Attributes: Description:
static public Gregor.Core.FlagSet8 Empty Custom Attributes: Description:
private Gregor.Core.Flags8 m_Value Custom Attributes: Description:
public System.Int32 Count {get;}
Custom Attributes:
Description:
public System.Boolean IsEmpty {get;}
Custom Attributes:
Description:
public System.Boolean this[Gregor.Core.Flags8 flag] {get;set;}
Custom Attributes:
Description:
public Gregor.Core.Flags8 Value {get;}
Custom Attributes:
Description:
static public Gregor.Core.FlagSet8 And(Gregor.Core.FlagSet8 a, Gregor.Core.FlagSet8 b) Custom Attributes: Description:
public void Clear() Custom Attributes: Description:
public override System.Boolean Equals(System.Object obj) Custom Attributes: Description:
public new System.Boolean Equals(Gregor.Core.FlagSet8 other) // System.IEquatable<>.Equals Custom Attributes: Description:
public System.Boolean Get(Gregor.Core.Flags8 flag) Custom Attributes: Description:
public System.Collections.Generic.IEnumerator<> GetEnumerator() // System.Collections.Generic.IEnumerable<>.GetEnumerator Custom Attributes: Description:
public override System.Int32 GetHashCode() Custom Attributes: Description:
public System.Boolean Intersects(Gregor.Core.Flags8 flag) Custom Attributes: Description:
static public Gregor.Core.FlagSet8 Not(Gregor.Core.FlagSet8 a) Custom Attributes: Description:
static public Gregor.Core.FlagSet8 Or(Gregor.Core.FlagSet8 a, Gregor.Core.FlagSet8 b) Custom Attributes: Description:
public void Set(Gregor.Core.Flags8 flag, System.Boolean value) Custom Attributes: Description:
private System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() // System.Collections.IEnumerable.GetEnumerator Custom Attributes: Description:
public System.String ToString(Gregor.Core.Endian end) Custom Attributes: Description:
public override System.String ToString() Custom Attributes: Description:
static public Gregor.Core.FlagSet8 Xor(Gregor.Core.FlagSet8 a, Gregor.Core.FlagSet8 b) Custom Attributes: Description:
System.Reflection.DefaultMemberAttribute
System.Collections.Generic.IEnumerable<>
System.Collections.Generic.IEnumerator<>
System.Collections.IEnumerable