public HRESULT get_cssRules(IHTMLStyleSheetRulesCollection **p)
 {
     return(((delegate * unmanaged <IHTMLMSCSSKeyframesRule *, IHTMLStyleSheetRulesCollection **, int>)(lpVtbl[9]))((IHTMLMSCSSKeyframesRule *)Unsafe.AsPointer(ref this), p));
 }
 public HRESULT get_rules(IHTMLStyleSheetRulesCollection **p)
 {
     return(((delegate * unmanaged <IHTMLStyleSheet *, IHTMLStyleSheetRulesCollection **, int>)(lpVtbl[27]))((IHTMLStyleSheet *)Unsafe.AsPointer(ref this), p));
 }