Void 구조체

정의

값을 반환하지 않는 메서드의 반환 값 형식을 지정합니다.

public value class void
public struct Void
[System.Serializable]
public struct Void
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct Void
type unit = struct
[<System.Serializable>]
type unit = struct
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type unit = struct
Public Structure Void
상속
특성

설명

구조체 Void 는 네임스페이 System.Reflection 스에서 사용되지만 일반적인 애플리케이션에서는 거의 유용하지 않습니다. 구조체 Void 에는 모든 형식이 클래스에서 상속하는 멤버 이외의 멤버가 Object 없습니다.

적용 대상