File: System\IO\Log\LogRecordEnumeratorType.cs
Project: ndp\cdf\src\NetFx35\System.IO.Log\System.IO.Log.csproj (System.IO.Log)
//-----------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation.  All rights reserved.
//-----------------------------------------------------------------------------
namespace System.IO.Log
{
    /// <include file='doc\LogRecordEnumeratorType.uex' path='docs/doc[@for="LogRecordEnumeratorType"]/*' />
    public enum LogRecordEnumeratorType
    {
        /// <include file='doc\LogRecordEnumeratorType.uex' path='docs/doc[@for="LogRecordEnumeratorType.UndoNext"]/*' />
        User,
        /// <include file='doc\LogRecordEnumeratorType.uex' path='docs/doc[@for="LogRecordEnumeratorType.Previous"]/*' />
        Previous,
        /// <include file='doc\LogRecordEnumeratorType.uex' path='docs/doc[@for="LogRecordEnumeratorType.Next"]/*' />
        Next
    }
}