Unsafe.NullRef<T> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a null managed pointer to a value of type T
.
public:
generic <typename T>
static T % NullRef();
public static ref T NullRef<T> ();
static member NullRef : unit -> 'T
Public Shared Function NullRef(Of T) () As T
Type Parameters
- T
The elemental type of the managed pointer.
Returns
T
A null managed pointer to a value of type T
.
Remarks
The return value is conceptually similar to ref ((T)null)
.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา