Interface IObservableCollection<E>

    • Method Detail

      • getElementType

        java.lang.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.