什么是等价的 [英] what's the equivalent

查看:76
本文介绍了什么是等价的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿所有,

vb对变量有一个静态关键字,请问charp的等价物是什么?


静态tempVar为String


谢谢,

rodchar

解决方案

rodchar写道:
< blockquote class =post_quotes>
hey all,

vb有变量的静态关键字,请问charp的等价物是什么?


static tempVar as String



也是静态的C#


如下:


静态字符串tempVar;


Arne


static是一个C#关键字,

在VB中分享


Ciaran O'Donnell


" rodchar"写道:


嘿所有,

vb有一个变量的静态关键字,什么是charp的等价物,好吗?


静态tempVar为String


谢谢,

rodchar


经典VB静态关键字和C#静态(和VB.NET共享)

修饰符不是一回事。在经典VB中,静态是指静态。用于保留函数内部变量值的



VB.NET和C#中的共享和静态分别表示应用于

变量,该对象的所有实例共享同一条数据。


Peter

-

联合创始人,Eggheadcafe.com开发者门户网站:
http://www.eggheadcafe .com

UnBlog:
http:// petesbloggerama.blogspot.com


" rodchar"写道:


嘿所有,

vb有一个变量的静态关键字,什么是charp的等价物,好吗?


静态tempVar为String


谢谢,

rodchar


hey all,
vb has a static keyword for variables, what is charp''s equivalent,please?

static tempVar as String

thanks,
rodchar

解决方案

rodchar wrote:

hey all,
vb has a static keyword for variables, what is charp''s equivalent,please?

static tempVar as String

also static in C#

as in:

static string tempVar;

Arne


static is a C# keyword,
Its Shared in VB

Ciaran O''Donnell

"rodchar" wrote:

hey all,
vb has a static keyword for variables, what is charp''s equivalent,please?

static tempVar as String

thanks,
rodchar


The classic VB "static" keyword and the C# static (and VB.NET "Shared")
modifiers are not the same thing. In classic VB, "static" was used to retain
the value of a variable inside a function.

Shared and Static in VB.NET and C# respectively mean, when applied to a
variable, that all instances of the object share the same piece of data.

Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"rodchar" wrote:

hey all,
vb has a static keyword for variables, what is charp''s equivalent,please?

static tempVar as String

thanks,
rodchar


这篇关于什么是等价的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆