Skip to main content

Delegates

  • Chapter
  • First Online:
C# 7 Quick Syntax Reference
  • 1328 Accesses

Abstract

A delegate is a type used to reference a method. This allows methods to be assigned to variables and passed as arguments. The delegate’s declaration specifies the method signature to which objects of the delegate type can refer. Delegates are by convention named with each word initially capitalized, followed by Delegate at the end of the name.

delegate void MyDelegate(string s);

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

eBook
USD 19.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2018 Mikael Olsson

About this chapter

Check for updates. Verify currency and authenticity via CrossMark

Cite this chapter

Olsson, M. (2018). Delegates. In: C# 7 Quick Syntax Reference. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-3817-2_26

Download citation

Publish with us

Policies and ethics