Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LanguageElementType"/> class.
 /// </summary>
 /// <param name="elementType">A <see cref="LanguageElementTypes"/> value that identifies the subclass of an instance of <see cref="LanguageElementType"/>.</param>
 public LanguageElementType(LanguageElementTypes elementType)
 {
     m_elementType = elementType;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LanguageElementType"/> class.
 /// </summary>
 /// <param name="elementType">A <see cref="LanguageElementTypes"/> value that identifies the subclass of an instance of <see cref="LanguageElementType"/>.</param>
 protected LanguageElementType(LanguageElementTypes elementType)
 {
     _elementType = elementType;
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LanguageElementType"/> class.
 /// </summary>
 /// <param name="elementType">A <see cref="LanguageElementTypes"/> value that identifies the subclass of an instance of <see cref="LanguageElementType"/>.</param>
 public LanguageElementType(LanguageElementTypes elementType)
 {
     m_elementType = elementType;
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LanguageElementType"/> class.
 /// </summary>
 /// <param name="elementType">A <see cref="LanguageElementTypes"/> value that identifies the subclass of an instance of <see cref="LanguageElementType"/>.</param>
 protected LanguageElementType(LanguageElementTypes elementType)
 {
     _elementType = elementType;
 }