System.ComponentModel.AmbientValueAttribute.AmbientValueAttribute C# (CSharp) Метод

AmbientValueAttribute() публичный Метод

public AmbientValueAttribute ( float value ) : System
value float
Результат System
        public AmbientValueAttribute(float 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 ( int value ) : System
AmbientValueAttribute::AmbientValueAttribute ( long value ) : System
AmbientValueAttribute::AmbientValueAttribute ( object value ) : System
AmbientValueAttribute::AmbientValueAttribute ( short value ) : System
AmbientValueAttribute::AmbientValueAttribute ( string value ) : System