mscorlib(4.0.0.0) API with additions
SeekOrigin.cs
2 
3 namespace System.IO
4 {
7  [ComVisible(true)]
8  [__DynamicallyInvokable]
9  public enum SeekOrigin
10  {
12  [__DynamicallyInvokable]
13  Begin,
15  [__DynamicallyInvokable]
16  Current,
18  [__DynamicallyInvokable]
19  End
20  }
21 }
Definition: __Canon.cs:3
Specifies the current position within a stream.
SeekOrigin
Specifies the position in a stream to use for seeking.
Definition: SeekOrigin.cs:9
Specifies the beginning of a stream.
Specifies that the class can be serialized.