C# 클래스 System.Net.Http.Headers.RangeItemHeaderValue

상속: ICloneable
파일 보기 프로젝트 열기: mikedn/runtime 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object? obj ) : bool
GetHashCode ( ) : int
RangeItemHeaderValue ( long? from, long? to ) : System.Collections.Generic
ToString ( ) : string

비공개 메소드들

메소드 설명
GetRangeItemLength ( string? input, int startIndex, RangeItemHeaderValue? &parsedValue ) : int
GetRangeItemListLength ( string? input, int startIndex, ICollection rangeCollection ) : int
ICloneable ( ) : object
RangeItemHeaderValue ( RangeItemHeaderValue source ) : System.Collections.Generic

메소드 상세

Equals() 공개 메소드

public Equals ( object? obj ) : bool
obj object?
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

RangeItemHeaderValue() 공개 메소드

public RangeItemHeaderValue ( long? from, long? to ) : System.Collections.Generic
from long?
to long?
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string