StackOverflow Questions for Tag: default-interface-member

Astyan
Astyan

Reputation: 66

Is it possible to call a static abstract interface method from implementation of another static interface method?

Score: 0

Views: 115

Answers: 2

Read More
sjanisz
sjanisz

Reputation: 155

Is possibility to derive from multiple interfaces the only difference between abstract class and interface?

Score: -1

Views: 94

Answers: 2

Read More
Sidney
Sidney

Reputation: 708

C# default interface implementation transitivity -- why am I getting this error?

Score: 0

Views: 67

Answers: 1

Read More
Bob.at.Indigo.Health
Bob.at.Indigo.Health

Reputation: 11895

Can't get C# default interface method to compile

Score: 4

Views: 1024

Answers: 3

Read More
Velocirobtor
Velocirobtor

Reputation: 386

Calling C# interface default method from implementing struct without boxing

Score: 3

Views: 630

Answers: 3

Read More
Andi
Andi

Reputation: 3498

Calling C# interface default method from implementing class

Score: 43

Views: 16452

Answers: 9

Read More
TRex
TRex

Reputation: 300

MAUI Binding to default interface property

Score: 0

Views: 78

Answers: 0

Read More
Minimus Heximus
Minimus Heximus

Reputation: 2815

abstract, virtual and sealed methods in interfaces of C# 8

Score: 7

Views: 639

Answers: 1

Read More
hsn-mnj
hsn-mnj

Reputation: 1398

When should we use default interface method in C#?

Score: 18

Views: 8795

Answers: 2

Read More
Matthew Layton
Matthew Layton

Reputation: 42229

Is it possible to auto-implement IEquatable<T> and IComparable<T> in C# 11?

Score: 5

Views: 361

Answers: 1

Read More
Christophe Blin
Christophe Blin

Reputation: 1909

Default implementation in interface is not seen by the compiler?

Score: 27

Views: 6402

Answers: 2

Read More
Murat Serhat Alperen
Murat Serhat Alperen

Reputation: 233

How could the function defined in the interface with the body be redefined in the inherited function without overriding?

Score: 21

Views: 972

Answers: 3

Read More
ph3rin
ph3rin

Reputation: 4848

Making sure a C# method matches the signature of an interface default implementation

Score: 0

Views: 144

Answers: 2

Read More
SoulB
SoulB

Reputation: 78

Why is my implemented Method from the Interface lost in the class?

Score: 0

Views: 48

Answers: 1

Read More
Rubén Cantón
Rubén Cantón

Reputation: 124

How to call default implementation of overridden interface method in C# 8.0?

Score: 1

Views: 540

Answers: 1

Read More
JohnB
JohnB

Reputation: 4359

Why are my C# default interface implementations not being recognized in the concrete class definition?

Score: 6

Views: 3293

Answers: 2

Read More
user1777224
user1777224

Reputation: 878

Why do I need to cast 'this' to an interface with a default implementation in C# 8.0 when I call it in the class derived form that interface?

Score: 8

Views: 1735

Answers: 3

Read More
John Demetriou
John Demetriou

Reputation: 4377

Default interface methods and default values for Auto Properties

Score: 15

Views: 9127

Answers: 2

Read More
D. Patrick
D. Patrick

Reputation: 3022

Can a C# class call an interface's default interface method from its own implementation?

Score: 15

Views: 2361

Answers: 3

Read More
Tornike Gomareli
Tornike Gomareli

Reputation: 1709

Default Interface Methods. What is deep meaningful difference now, between abstract class and interface?

Score: 29

Views: 3210

Answers: 6

Read More
PreviousPage 1Next