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

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

public AmbientValueAttribute ( string value ) : System
value string
Результат System
        public AmbientValueAttribute(string value) {
            this.value = value;
        }

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 ( short value ) : System