Class
AttributesToAvoidReplicating

A list of attributes that must not be replicated when building a proxy. JustMock tries to copy all attributes from the types and methods being proxied, but that is not always a good idea for every type of attribute. Add additional attributes to this list that prevent the proxy from working correctly.

Definition

Namespace:Telerik.JustMock

Assembly:Telerik.JustMock.dll

Syntax:

cs-api-definition
public static class AttributesToAvoidReplicating

Inheritance: objectAttributesToAvoidReplicating

Methods

Add(Type)

Declaration

cs-api-definition
public static void Add(Type attribute)

Parameters

attribute

Type

Add<T>()

Declaration

cs-api-definition
public static void Add<T>()
In this article
DefinitionMethodsAdd(Type)Add<T>()
Not finding the help you need?
Contact Support