GenerateProxyAttribute.ForcePublic Property
Definition
Forces the generated proxy to be public
By default, the generated proxy visibility will be the same as the interfaces
public bool ForcePublic { get; set; }
Property Value
- System.Boolean