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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.