ATMLSignalModelLibrary.signal.AttributeRestriction.AttributeRestriction C# (CSharp) Method

AttributeRestriction() public method

public AttributeRestriction ( XmlAttribute attribute ) : System
attribute System.Xml.XmlAttribute
return System
        public AttributeRestriction( XmlAttribute attribute )
        {
            _name = attribute.LocalName;
            _value = attribute.Value;
        }
AttributeRestriction