3.9 KiB
3.9 KiB
title | page_title | description | previous_url | slug | published | fullPath | category |
---|---|---|---|---|---|---|---|
Param.EverythingExcept Structure | Param.EverythingExcept Structure | JustMock Documentation | Documentation page about Param.EverythingExcept Structure. | /t_telerik_justmock_param_everythingexcept.html | t_telerik_justmock_param_everythingexcept | True | api/n_telerik_justmock/t_telerik_justmock_param_everythingexcept/t_telerik_justmock_param_everythingexcept | api |
Param.EverythingExcept Structure
This class appears only in compiler errors.
Namespace: Telerik.JustMock
Assembly: Telerik.JustMock(in Telerik.JustMock.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public struct EverythingExcept : IDictionary, ICollection, IEnumerable, IList, IAsyncResult, IFormatProvider, IComparer, IConvertible, IEqualityComparer, IDisposable, ICloneable |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Public Structure EverythingExcept _ Implements IDictionary, ICollection, IEnumerable, IList, _ IAsyncResult, IFormatProvider, IComparer, IConvertible, IEqualityComparer, _ IDisposable, ICloneable |