System.Runtime.InteropServices.AutomationProxyAttribute.AutomationProxyAttribute C# (CSharp) Méthode

AutomationProxyAttribute() public méthode

public AutomationProxyAttribute ( bool val ) : System
val bool
Résultat System
        public AutomationProxyAttribute(bool val)
        {
            Value = val;
        }
        public bool Value { get; }
AutomationProxyAttribute