Click or drag to resize
RangeRestrictionTAddressStart Class
Range referring to the specified number of elements from the start
Inheritance Hierarchy
SystemObject
  DeedleRangeRestrictionTAddress
    DeedleRangeRestrictionTAddressStart

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
[SerializableAttribute]
public class Start : RangeRestriction<TAddress>

The RangeRestrictionTAddressStart generic type exposes the following members.

Properties
Methods
  NameDescription
Public methodEquals(Object) (Inherited from RangeRestrictionTAddress.)
Public methodEquals(RangeRestrictionTAddress) (Inherited from RangeRestrictionTAddress.)
Public methodEquals(Object, IEqualityComparer) (Inherited from RangeRestrictionTAddress.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodget_IsCustom (Inherited from RangeRestrictionTAddress.)
Public methodget_IsEnd (Inherited from RangeRestrictionTAddress.)
Public methodget_IsFixed (Inherited from RangeRestrictionTAddress.)
Public methodget_IsStart (Inherited from RangeRestrictionTAddress.)
Public methodget_Item
Public methodget_Tag (Inherited from RangeRestrictionTAddress.)
Public methodGetHashCode (Inherited from RangeRestrictionTAddress.)
Public methodGetHashCode(IEqualityComparer) (Inherited from RangeRestrictionTAddress.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSelecta (Inherited from RangeRestrictionTAddress.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also