C#-Visual Basic Bilingual Dictionary: Visual Studio 2015 Edition by Tim Patrick

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



Copyright Disclaimer:
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.