-
Notifications
You must be signed in to change notification settings - Fork 36
Methods_T_CodeJam_Ranges_CompositeRange_2
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
The CompositeRange(T, TKey) generic type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Indicates whether the current range and a specified object are equal. (Overrides ValueType.Equals(Object).) |
![]() |
Equals(CompositeRange(T, TKey)) | Indicates whether the current range is equal to another. |
![]() |
GetHashCode | Returns a hash code for the current range. (Overrides ValueType.GetHashCode().) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Merge | Returns simplified composite range. Adjacent ranges with same keys will be merged. |
![]() |
ToString() | Returns string representation of the range. (Overrides ValueType.ToString().) |
![]() |
ToString(IFormatProvider) | Returns string representation of the range using the specified format string. If T does not implement the format string is ignored. |
![]() |
ToString(String) | Returns string representation of the range using the specified format string. If T does not implement the format string is ignored. |
![]() |
ToString(String, IFormatProvider) | Returns string representation of the range using the specified format string. If T does not implement the format string is ignored. |