default (C# reference)
You can use the default
keyword in the following contexts:
- To specify the default case in the
switch
statement. - As the default operator or literal to produce the default value of a type.
- As the
default
type constraint on a generic method override or explicit interface implementation.
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา