コード例 #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;
 }
コード例 #2
0
ファイル: LanguageElementType.cs プロジェクト: Slesa/Lingua
 /// <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;
 }
コード例 #3
0
ファイル: LanguageElementType.cs プロジェクト: Slesa/Lingua
 /// <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;
 }
コード例 #4
0
ファイル: LanguageElementType.cs プロジェクト: Slesa/Lingua
 /// <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;
 }