ArrayWithOffset Members
.NET Framework 2.0
Encapsulates an array and an offset within the specified array.
The following tables list the members exposed by the ArrayWithOffset type.
| Name | Description | |
|---|---|---|
| Equals | Overloaded. 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 | Gets the Type of the current instance. (Inherited from Object.) |
| op_Equality | Determines whether two specified ArrayWithOffset objects have the same value. |
| op_Inequality | Determines whether two specified ArrayWithOffset objects no not have the same value. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |