Class PreferredConstructorAttribute
Marks the constructor FastMoq should prefer during implicit constructor selection within the current visibility scope.
Inherited Members
Namespace: FastMoq
Assembly: FastMoq.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)]
public sealed class PreferredConstructorAttribute : Attribute