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

AmbientValueAttribute() public method

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

Same methods

AmbientValueAttribute::AmbientValueAttribute ( Type type, string value ) : System
AmbientValueAttribute::AmbientValueAttribute ( bool value ) : System
AmbientValueAttribute::AmbientValueAttribute ( byte 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 ( string value ) : System