Interface IObservableCollection<E>

    • Method Detail

      • getElementType

        Object getElementType()
        Returns the element type of this observable collection, or null if this observable collection is untyped.
        Returns:
        the element type of this observable collection, or null if this observable collection is untyped.