Nullable 클래스

정의

null에 할당할 수 있는 값 형식을 지원합니다. 이 클래스는 상속될 수 없습니다.

public ref class Nullable abstract sealed
public static class Nullable
[System.Runtime.InteropServices.ComVisible(true)]
public static class Nullable
type Nullable = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type Nullable = class
Public Class Nullable
상속
Nullable
특성

설명

이 API에 대한 자세한 내용은 Nullable에 대한 추가 API 설명을 참조하세요.

메서드

Compare<T>(Nullable<T>, Nullable<T>)

Nullable<T> 개체의 상대 값을 비교합니다.

Equals<T>(Nullable<T>, Nullable<T>)

지정된 두 Nullable<T> 개체가 같은지 여부를 나타냅니다.

GetUnderlyingType(Type)

지정된 nullable 형식의 내부 형식 인수를 반환합니다.

GetValueRefOrDefaultRef<T>(Nullable<T>)

값이 저장되는 instance 위치에 Nullable<T> 대한 읽기 전용 참조를 검색합니다.

적용 대상

추가 정보