get

inline operator fun MediaList.get(index: Int): String?(source)
inline operator fun StyleSheetList.get(index: Int): StyleSheet?(source)
inline operator fun CSSRuleList.get(index: Int): CSSRule?(source)
inline operator fun CSSStyleDeclaration.get(index: Int): String?(source)

Since Kotlin

1.1