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 없습니다.

적용 대상