C#-Visual Basic Bilingual Dictionary: Visual Studio 2015 Edition by Tim Patrick
Author:Tim Patrick [Patrick, Tim]
Language: eng
Format: azw3
Tags: C#, Visual Basic, Computer Programming, Reference
Publisher: Owani Press
Published: 2015-07-02T16:00:00+00:00
Friend
internal
MustOverride
abstract
NotOverridable
sealed
Overridable
virtual
Overrides
override
Private
private
Protected
protected
Protected Friend
protected internal
Public
public
ReadOnly
Not supported
Shadows
new
WriteOnly
Not supported
Not supported
extern
See Also
( ) Member Access Operator, Property Statement
Delegate Statement
C#’s delegate statement is equivalent to Visual Basic’s Delegate statement.
Visual Basic
Public Delegate Function PerformCalculation( ByVal x As Integer, ByVal y As Integer) As Integer
C#
public delegate int PerformCalculation(int x, int y);
As with standard C# methods, delegates destined to return a value indicate the return type as part of the declaration; those that do not use void as the return type. These two styles are comparable to Function and Sub modifiers in VB.
Delegates support the following modifiers in each language.
Visual Basic Modifier
C# Modifier
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Hands-On Full-Stack Web Development with ASP.NET Core by Shay Friedman & Amir Zuker & Tamir Dresher(596)
Head First C# by Jennifer Greene & Andrew Stellman(544)
C++11 for Programmers by Paul J. Deitel & Harvey M. Deitel(397)
Information Technology Essentials Volume 1: Introduction to Information Systems by Frick Eric(337)
The Shattering (prelude to Cataclysm) by Christie Golden(331)
C# 8.0 in a Nutshell by Joseph Albahari(325)
C# in Depth by Jon Skeet(227)
C# 8.0 Pocket Reference by Joseph Albahari(209)
C# 5.0 Pocket Reference by Joseph Albahari & Ben Albahari(187)
C# 6.0 Pocket Reference by Joseph Albahari and Ben Albahari(185)
C# Essentials by Albahari Ben Drayton Peter Merrill Brad & Peter Drayton & Brad Merrill(184)
C# 8.0 Pocket Reference by Ben Albahari & Joseph Albahari(169)
Mastering C# by Dennis Sharp(135)
C# 6.0 Cookbook by Jay Hilyard & Stephen Teilhet(123)
Visual C#.NET: Windows Forms Programming with C# by mohmmed moaml & Beerbohm Max(119)
Beginning C# Programming with Unity: MonoDevelop Edition by A.T. Chamillard(113)
C#: for Beginners In One Day, The only book you need to start coding in C# (Programming 5) by Suzette Max(89)
F# 4.0 Design Patterns by Gene Belitski(85)
C#-Visual Basic Bilingual Dictionary: Visual Studio 2015 Edition by Tim Patrick(30)