[Gregor.Core.FlagSet8]

Gregor.Core.FlagSet8

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public struct Gregor.Core.FlagSet8

: System.ValueType, System.IEquatable<>, System.Collections.Generic.IEnumerable<>, System.Collections.IEnumerable

Custom Attributes: System.Reflection.DefaultMember(MemberName="Item")

Description: 


Members

FlagSet8

static private FlagSet8()

Custom Attributes: 

Description: 

FlagSet8

public FlagSet8(Gregor.Core.Flags8 value)

Custom Attributes: 

Description: 

Empty

static public Gregor.Core.FlagSet8 Empty

Custom Attributes: 

Description: 

m_Value

private Gregor.Core.Flags8 m_Value

Custom Attributes: 

Description: 

Count

public System.Int32 Count {get;}

Custom Attributes: 

Description: 

IsEmpty

public System.Boolean IsEmpty {get;}

Custom Attributes: 

Description: 

this

public System.Boolean this[Gregor.Core.Flags8 flag] {get;set;}

Custom Attributes: 

Description: 

Value

public Gregor.Core.Flags8 Value {get;}

Custom Attributes: 

Description: 

And

static public Gregor.Core.FlagSet8 And(Gregor.Core.FlagSet8 a, Gregor.Core.FlagSet8 b)

Custom Attributes: 

Description: 

Clear

public void Clear()

Custom Attributes: 

Description: 

Equals

public override System.Boolean Equals(System.Object obj)

Custom Attributes: 

Description: 

Equals

public new System.Boolean Equals(Gregor.Core.FlagSet8 other) // System.IEquatable<>.Equals

Custom Attributes: 

Description: 

Get

public System.Boolean Get(Gregor.Core.Flags8 flag)

Custom Attributes: 

Description: 

GetEnumerator

public System.Collections.Generic.IEnumerator<> GetEnumerator() // System.Collections.Generic.IEnumerable<>.GetEnumerator

Custom Attributes: 

Description: 

GetHashCode

public override System.Int32 GetHashCode()

Custom Attributes: 

Description: 

Intersects

public System.Boolean Intersects(Gregor.Core.Flags8 flag)

Custom Attributes: 

Description: 

Not

static public Gregor.Core.FlagSet8 Not(Gregor.Core.FlagSet8 a)

Custom Attributes: 

Description: 

Or

static public Gregor.Core.FlagSet8 Or(Gregor.Core.FlagSet8 a, Gregor.Core.FlagSet8 b)

Custom Attributes: 

Description: 

Set

public void Set(Gregor.Core.Flags8 flag, System.Boolean value)

Custom Attributes: 

Description: 

System.Collections.IEnumerable.GetEnumerator

private System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() // System.Collections.IEnumerable.GetEnumerator

Custom Attributes: 

Description: 

ToString

public System.String ToString(Gregor.Core.Endian end)

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 

Xor

static public Gregor.Core.FlagSet8 Xor(Gregor.Core.FlagSet8 a, Gregor.Core.FlagSet8 b)

Custom Attributes: 

Description: 


See Also

System.Object

System.Reflection.DefaultMemberAttribute

System.String

System.ValueType

System.Collections.Generic.IEnumerable<>

System.Collections.Generic.IEnumerator<>

System.Collections.IEnumerable

System.Collections.IEnumerator

System.IEquatable<>

Gregor.Core.FlagSet8

System.Boolean

System.Int32

System.Void

Gregor.Core.Endian

Gregor.Core.Flags8