File tree 2 files changed +0
-100
lines changed
2 files changed +0
-100
lines changed Original file line number Diff line number Diff line change @@ -44,29 +44,6 @@ public readonly struct Utf8String
44
44
/// </value>
45
45
public int Length => _value . Length ;
46
46
47
- /// <summary>
48
- /// 指定されたインデックスの値を取得します。
49
- /// </summary>
50
- /// <param name="index">インデックス</param>
51
- /// <returns>指定されたインデックスの値</returns>
52
- public byte this [ int index ] => _value [ index ] ;
53
-
54
- #if NET5_0_OR_GREATER
55
- /// <summary>
56
- /// 指定されたインデックスの値を取得します。
57
- /// </summary>
58
- /// <param name="index">インデックス</param>
59
- /// <returns>指定されたインデックスの値</returns>
60
- public ReadOnlySpan < byte > this [ Index index ] => _value . AsSpan ( index ) ;
61
-
62
- /// <summary>
63
- /// 指定された範囲の<see cref="byte"/>配列を取得します。
64
- /// </summary>
65
- /// <param name="range">範囲</param>
66
- /// <returns>指定された範囲の<see cref="byte"/>配列</returns>
67
- public ReadOnlySpan < byte > this [ Range range ] => _value . AsSpan ( range ) ;
68
- #endif
69
-
70
47
/// <summary>
71
48
/// <see cref="Utf8String"/>構造体の新しいインスタンスを取得します。
72
49
/// </summary>
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments