We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c577c commit e134a35Copy full SHA for e134a35
src/OneScript.StandardLibrary/Binary/StreamEnums.cs
@@ -37,8 +37,7 @@ public enum FileAccessEnum
37
ReadAndWrite
38
}
39
40
- [EnumerationType("StreamPosition", IsDeprecated = true)]
41
- [EnumerationType("ПозицияВПотоке", "PositionInStream")]
+ [EnumerationType("ПозицияВПотоке", "StreamPosition")]
42
public enum StreamPositionEnum
43
{
44
[EnumValue("Начало", "Begin")]
0 commit comments