python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Unknown Generic in C#
I got the following Problem:
Is there a way to get all Classes that implement the IMatcher Interface in a List ?
The Generics T U cannot be set as Unknown. In Java we can use the "?", but in...

Daniel Fntic
Votes: 0
Answers: 3
Faked database is missing x properties, however those properties are private
I'm trying to write some tests for my code. I'm using dependancy injection, and I'm trying to create a faked version of my database to be used when running tests.
I'm using the keyword implements to d...
Wazbat
Votes: 0
Answers: 1
How to make methods that are implemented in a class from an interface be private?
I have an interface "FlowControl" as it defines the methods should be implemented by those classes to process the data in correct order. Now, as those classes have some functions that can be...
Muhammad Zeeshan
Votes: 0
Answers: 2
GetComponent<Interface>.method doesnt work
I am using Unity and C#
Hey Guys, i have a little problem:
If space is pressed i want another class to execute a method(you'll understand with the code).
First Class: everything working except of:
col...
Fadi Walhab
Votes: 0
Answers: 0