Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) IInterface2.Foo Examples
Programming Language:
C# (CSharp)
Class/Type:
IInterface2
Method/Function:
Foo
Examples at hotexamples.com:
1
C# (CSharp) IInterface2.Foo - 1 examples found
. These are the top rated real world C# (CSharp) examples of
IInterface2.Foo
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
Method2(8)
Method1(6)
Method(5)
Add(1)
Display(1)
DoAction(1)
DoSmth(1)
Foo(1)
M(1)
Open(1)
SameMethod(1)
Should(1)
Show(1)
Sideeffect(1)
Sub(1)
Frequently Used Methods
Method2 (8)
Method1 (6)
Method (5)
Add (1)
Display (1)
DoAction (1)
DoSmth (1)
Foo (1)
M (1)
Open (1)
Frequently Used Methods
SameMethod (1)
Should (1)
Show (1)
Sideeffect (1)
Sub (1)
Example #1
0
Show file
File:
Program.cs
Project:
Stanislav121/study-and-experiments
private static void CallMethodI2(IInterface2 a) { a.Foo(); }
x