Preview:
[AccessModifier]: delegate ReturnType Delegatename([parameteers]);
	AccessModifier: accessibility- public, private, internal, or protected.
					If omitted defaults to internal
	delegate:  keyword – to initialize a delegate 
	ReturnType: the return data type that we assign to the delegate – int 
	DelegateName: the identity of the delegate – user defined name 
	Parameters: list of parameters that the method we assign
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter