检索指示当前参数是否的 Boolean 值可以是 nullnull 引用(在 Visual Basic 中为 Nothing)。
命名空间: Microsoft.VisualStudio.Data.Framework
程序集: Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)
语法
声明
Protected Overridable Function GetIsNullableCore As Boolean
protected virtual bool GetIsNullableCore()
protected:
virtual bool GetIsNullableCore()
abstract GetIsNullableCore : unit -> bool
override GetIsNullableCore : unit -> bool
protected function GetIsNullableCore() : boolean
返回值
类型:System.Boolean
true ,如果当前参数可能具有一个null值;否则,false。
备注
此方法由 IsNullable 属性的实现。
对继承者的说明
此方法的基实现返回 true。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。