다음을 통해 공유


단위 구조

void를 나타냅니다.

네임스페이스:System.Reactive
어셈블리: System.Reactive(System.Reactive.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Structure Unit _
    Implements IEquatable(Of Unit)
'Usage
Dim instance As Unit
[SerializableAttribute]
public struct Unit : IEquatable<Unit>
[SerializableAttribute]
public value class Unit : IEquatable<Unit>
[<SealedAttribute>]
[<SerializableAttribute>]
type Unit =  
    struct
        interface IEquatable<Unit>
    end
JScript suports the use of structures, but not the declaration of new ones.

단위 유형은 다음 멤버를 노출합니다.

속성

  속성 Description
Public 속성 정적 멤버 기본값 단일 단위 값을 가져옵니다.

상위

메서드

  속성 Description
Public 메서드 Equals(Object) 현재 단위가 지정된 개체와 같은지 여부를 나타냅니다. ( ValueType.Equals(Object)를 재정의합니다.)
Public 메서드 Equals(Unit) 현재 단위가 지정된 단위와 같은지 여부를 나타냅니다.
Protected 메서드 Finalize 개체 에서 상속됩니다.
Public 메서드 GetHashCode 단위 값의 해시 코드를 가져옵니다. ( ValueType.GetHashCode()를 재정의합니다.)
Public 메서드 GetType 개체 에서 상속됩니다.
Protected 메서드 MemberwiseClone 개체 에서 상속됩니다.
Public 메서드 ToString ValueType에서 상속됩니다.

상위

연산자

  속성 Description
Public 연산 정적 멤버 등호 첫 번째 인수와 두 번째 인수가 같은지 여부를 나타냅니다.
Public 연산 정적 멤버 같지 않음 첫 번째 인수와 두 번째 인수가 같지 않은지 여부를 나타냅니다.

상위

스레드 보안

이 형식의 모든 public static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 구성원은 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

System.Reactive 네임스페이스