'Declaration Public Overloads Shadows ReadOnly Property Item( _ ByVal key As String _ ) As SubStyle
'Usage Dim instance As SubStyleCollection Dim key As String Dim value As SubStyle value = instance.Item(key)
public new SubStyle Item( string key ) {get;}
SubStyleCollection Class SubStyleCollection Members Overload List