public struct ArrayWithOffset
|
ctor #1 | Initializes a new instance of the ArrayWithOffset structure. |
Equals | Overridden: Indicates whether the specified object matches the current ArrayWithOffset. |
GetArray | Returns the managed array referenced by this ArrayWithOffset. |
GetHashCode | Overridden: Returns a hash code for this value type. |
GetOffset | Returns the offset provided when this ArrayWithOffset was constructed. |
GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
ToString (inherited from System.ValueType) |
See base class member description: System.ValueType.ToString Returns the fully qualified type name of this instance. |
Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
array
offset
obj
~ArrayWithOffset(); |
public object GetArray(); |
public override int GetHashCode(); |
public int GetOffset(); |
public Type GetType(); |
protected object MemberwiseClone(); |
public override string ToString(); |