System.ComponentModel.AmbientValueAttribute.AmbientValueAttribute C# (CSharp) Method

AmbientValueAttribute() public method

public AmbientValueAttribute ( byte value ) : System
value byte
return System
        public AmbientValueAttribute(byte value) {
            this.value = value;
        }
        /// <devdoc>

Same methods

AmbientValueAttribute::AmbientValueAttribute ( Type type, string value ) : System
AmbientValueAttribute::AmbientValueAttribute ( bool value ) : System
AmbientValueAttribute::AmbientValueAttribute ( char value ) : System
AmbientValueAttribute::AmbientValueAttribute ( double value ) : System
AmbientValueAttribute::AmbientValueAttribute ( float value ) : System
AmbientValueAttribute::AmbientValueAttribute ( int value ) : System
AmbientValueAttribute::AmbientValueAttribute ( long value ) : System
AmbientValueAttribute::AmbientValueAttribute ( object value ) : System
AmbientValueAttribute::AmbientValueAttribute ( short value ) : System
AmbientValueAttribute::AmbientValueAttribute ( string value ) : System