C# 클래스 UtfString.Slices.ReadOnlySpan

https://github.com/dotnet/corefxlab/blob/master/src/System.Slices/System/Span.cs もどき。 簡単化のために byte[] 限定に変更。
파일 보기 프로젝트 열기: ufcpp/UfcppSample

공개 메소드들

메소드 설명
GetEnumerator ( ) : Enumerator
ReadOnlySpan ( byte array )
ReadOnlySpan ( byte array, int index )
ReadOnlySpan ( byte array, int index, int length )
Slice ( int index ) : ReadOnlySpan
Slice ( int index, int length ) : ReadOnlySpan
this ( int index ) : byte

메소드 상세

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : Enumerator
리턴 Enumerator

ReadOnlySpan() 공개 메소드

public ReadOnlySpan ( byte array )
array byte

ReadOnlySpan() 공개 메소드

public ReadOnlySpan ( byte array, int index )
array byte
index int

ReadOnlySpan() 공개 메소드

public ReadOnlySpan ( byte array, int index, int length )
array byte
index int
length int

Slice() 공개 메소드

public Slice ( int index ) : ReadOnlySpan
index int
리턴 ReadOnlySpan

Slice() 공개 메소드

public Slice ( int index, int length ) : ReadOnlySpan
index int
length int
리턴 ReadOnlySpan

this() 공개 메소드

public this ( int index ) : byte
index int
리턴 byte