コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EmbeddedValue"/> class.
 /// </summary>
 /// <param name="enumValue">
 /// The owning <see cref="EnumValue"/>
 /// </param>
 internal EmbeddedValue(EnumValue enumValue)
 {
     this.EnumValue            = enumValue;
     this.EnumValue.Properties = this;
 }