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) SomeInterface.DoSomething Examples
Programming Language:
C# (CSharp)
Class/Type:
SomeInterface
Method/Function:
DoSomething
Examples at hotexamples.com:
2
C# (CSharp) SomeInterface.DoSomething - 2 examples found
. These are the top rated real world C# (CSharp) examples of
SomeInterface.DoSomething
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
DoSome(1)
DoSomething(1)
GetDefault(1)
Frequently Used Methods
DoSome (1)
DoSomething (1)
GetDefault (1)
Example #1
0
Show file
File:
TestWarningMasking.cs
Project:
asvishnyakov/CodeContracts
public void CallDoSomething(SomeInterface s, int value) { s.DoSomething(value); }
Example #2
0
Show file
File:
TestWarningMasking.cs
Project:
terrorizer1980/CodeContracts
public void CallDoSomething(SomeInterface s, int value) { s.DoSomething(value); }
x