Пример #1
0
 public HRESULT get_Type(SpeechLexiconType *LexiconType)
 {
     return(((delegate * unmanaged <ISpeechLexiconPronunciation *, SpeechLexiconType *, int>)(lpVtbl[7]))((ISpeechLexiconPronunciation *)Unsafe.AsPointer(ref this), LexiconType));
 }
 public int get_Type([NativeTypeName("SpeechLexiconType *")] SpeechLexiconType *LexiconType)
 {
     return(((delegate * unmanaged <ISpeechLexiconPronunciation *, SpeechLexiconType *, int>)(lpVtbl[7]))((ISpeechLexiconPronunciation *)Unsafe.AsPointer(ref this), LexiconType));
 }