An instance of the LanguageScopeCollection class contains all detected language scopes for a specific text. These language scopes are represented through objects of type LanguageScope. It is inherited from the abstract class System.Collections.CollectionBase and implements the System.Collections.IEnumerable and System.Collections.IEnumerator interfaces. For a list of properties, methods and events of these classes and interfaces see the .NET Framework reference.

Syntax

public sealed class LanguageScopeCollection: CollectionBase, IEnumerable, IEnumerator
Public NotInheritable Class LanguageScopeCollection
  Inherits CollectionBase
  Implements IEnumerable
  Implements IEnumerator

Introduced: 5.0.

Methods

Method Description
GetItem Gets a particular item from the collection.

Properties

Property Description
Item Gets an object of type LanguageScope from the collection.