--- title: Param.EverythingExcept Structure page_title: Param.EverythingExcept Structure | JustMock Documentation description: Documentation page about Param.EverythingExcept Structure. previous_url: /t_telerik_justmock_param_everythingexcept.html slug: t_telerik_justmock_param_everythingexcept published: True fullPath: api/n_telerik_justmock/t_telerik_justmock_param_everythingexcept/t_telerik_justmock_param_everythingexcept category: "api" --- # Param.EverythingExcept Structure This class appears only in compiler errors. **Namespace:** [Telerik.JustMock](n_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
## See Also [Param.EverythingExcept Members](allmembers_t_telerik_justmock_param_everythingexcept) [Telerik.JustMock Namespace](n_telerik_justmock)