Sugerir traducción
 
Otros han sugerido:

progress indicator
No hay más sugerencias.
Evaluar y enviar comentarios
Contraer todo/Expandir todo Contraer todo
Ver contenido:  en paraleloVer contenido: en paralelo
.NET Framework Class Library
InternalDataCollectionBase Class

Provides the base functionality for creating collections.

Namespace:  System.Data
Assembly:  System.Data (in System.Data.dll)
Visual Basic
Public Class InternalDataCollectionBase _
    Implements ICollection, IEnumerable
C#
public class InternalDataCollectionBase : ICollection, 
    IEnumerable
Visual C++
public ref class InternalDataCollectionBase : ICollection, 
    IEnumerable
F#
type InternalDataCollectionBase =  
    class
        interface ICollection
        interface IEnumerable
    end

The InternalDataCollectionBase type exposes the following members.

  NameDescription
Public methodSupported by the XNA FrameworkInternalDataCollectionBaseInitializes a new instance of the InternalDataCollectionBase class.
Top
  NameDescription
Public propertySupported by the XNA FrameworkCountGets the total number of elements in a collection.
Public propertySupported by the XNA FrameworkIsReadOnlyGets a value that indicates whether the InternalDataCollectionBase is read-only.
Public propertySupported by the XNA FrameworkIsSynchronizedGets a value that indicates whether the InternalDataCollectionBase is synchonized.
Protected propertySupported by the XNA FrameworkListGets the items of the collection as a list.
Public propertySupported by the XNA FrameworkSyncRootGets an object that can be used to synchronize the collection.
Top
  NameDescription
Public methodSupported by the XNA FrameworkCopyToCopies all the elements of the current InternalDataCollectionBase to a one-dimensional Array, starting at the specified InternalDataCollectionBase index.
Public methodSupported by the XNA FrameworkEquals(Object)Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the XNA FrameworkFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by the XNA FrameworkGetEnumeratorGets an IEnumerator for the collection.
Public methodSupported by the XNA FrameworkGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the XNA FrameworkGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the XNA FrameworkMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the XNA FrameworkToStringReturns a string that represents the current object. (Inherited from Object.)
Top
  NameDescription
Public Extension MethodAsParallelEnables parallelization of a query. (Defined by ParallelEnumerable.)
Public Extension MethodAsQueryableConverts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension MethodSupported by the XNA FrameworkCast<(Of <(TResult>)>)Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension MethodSupported by the XNA FrameworkOfType<(Of <(TResult>)>)Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Top

The BaseCollection class and its members are not intended for use as a stand-alone component, but as the class from which other collection classes derive standard functionality.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Biblioteca de clases de .NET Framework
InternalDataCollectionBase (Clase)

Proporciona la funcionalidad base para crear colecciones.

Espacio de nombres:  System.Data
Ensamblado:  System.Data (en System.Data.dll)
Visual Basic
Public Class InternalDataCollectionBase _
    Implements ICollection, IEnumerable
C#
public class InternalDataCollectionBase : ICollection, 
    IEnumerable
Visual C++
public ref class InternalDataCollectionBase : ICollection, 
    IEnumerable
F#
type InternalDataCollectionBase =  
    class
        interface ICollection
        interface IEnumerable
    end

El tipo InternalDataCollectionBase expone los siguientes miembros.

  NombreDescripción
Método públicoCompatible con XNA FrameworkInternalDataCollectionBaseInicializa una nueva instancia de la clase InternalDataCollectionBase.
Arriba
  NombreDescripción
Propiedad públicaCompatible con XNA FrameworkCountObtiene el número total de elementos de una colección.
Propiedad públicaCompatible con XNA FrameworkIsReadOnlyObtiene un valor que indica si InternalDataCollectionBase es de sólo lectura.
Propiedad públicaCompatible con XNA FrameworkIsSynchronizedObtiene un valor que indica si el objeto InternalDataCollectionBase está sincronizado.
Propiedad protegidaCompatible con XNA FrameworkListObtiene los elementos de una colección en forma de lista.
Propiedad públicaCompatible con XNA FrameworkSyncRootObtiene un objeto que se puede utilizar para sincronizar la colección.
Arriba
  NombreDescripción
Método públicoCompatible con XNA FrameworkCopyToCopia todos los elementos del InternalDataCollectionBase actual en un Array unidimensional, empezando por el índice del InternalDataCollectionBase especificado.
Método públicoCompatible con XNA FrameworkEquals(Object)Determina si el objeto Object especificado es igual al objeto Object actual. (Se hereda de Object).
Método protegidoCompatible con XNA FrameworkFinalizePermite que un objeto intente liberar recursos y realizar otras operaciones de limpieza antes de ser reclamado por la recolección de elementos no utilizados. (Se hereda de Object).
Método públicoCompatible con XNA FrameworkGetEnumeratorObtiene un IEnumerator para la colección.
Método públicoCompatible con XNA FrameworkGetHashCodeActúa como función hash para un tipo concreto. (Se hereda de Object).
Método públicoCompatible con XNA FrameworkGetTypeObtiene el objeto Type de la instancia actual. (Se hereda de Object).
Método protegidoCompatible con XNA FrameworkMemberwiseCloneCrea una copia superficial del objeto Object actual. (Se hereda de Object).
Método públicoCompatible con XNA FrameworkToStringDevuelve una cadena que representa el objeto actual. (Se hereda de Object).
Arriba
  NombreDescripción
Método de extensión públicoAsParallelHabilita la paralelización de una consulta. (Definido por ParallelEnumerable).
Método de extensión públicoAsQueryableConvierte una interfaz IEnumerable en IQueryable. (Definido por Queryable).
Método de extensión públicoCompatible con XNA FrameworkCast<(Of <(TResult>)>)Convierte los elementos de IEnumerable en el tipo especificado. (Definido por Enumerable).
Método de extensión públicoCompatible con XNA FrameworkOfType<(Of <(TResult>)>)Filtra los elementos de IEnumerable en función de un tipo especificado. (Definido por Enumerable).
Arriba

Ni la clase BaseCollection ni los miembros de la misma se han diseñado para que se utilicen como componentes independientes, sino como la clase a partir de la cual otras clases de colección derivan una funcionalidad estándar.

.NET Framework

Compatible con: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Compatible con: 4, 3.5 SP1

Windows 7, Windows Vista SP1 o posterior, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (no se admite Server Core), Windows Server 2008 R2 (se admite Server Core con SP1 o posterior), Windows Server 2003 SP2

.NET Framework no admite todas las versiones de todas las plataformas. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.
Todos los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.
Contenido de la comunidad   ¿Qué es Community Content?
Agregar contenido nuevo RSS  Anotaciones
Processing
© 2012 Microsoft. Reservados todos los derechos. Términos de uso | Marcas Registradas | Privacidad
Page view tracker