TeamFoundationTableValueParameter<T>.m_enumerator Field
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected m_enumerator As IEnumerator(Of T)
protected IEnumerator<T> m_enumerator
protected:
IEnumerator<T>^ m_enumerator
val mutable m_enumerator: IEnumerator<'T>
protected var m_enumerator : IEnumerator<T>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.