Tuple<T1> 클래스
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
1개의 요소로 구성된 튜플 또는 singleton을 나타냅니다.
generic <typename T1>
public ref class Tuple : IComparable, System::Collections::IStructuralComparable, System::Collections::IStructuralEquatable
generic <typename T1>
public ref class Tuple : IComparable, System::Collections::IStructuralComparable, System::Collections::IStructuralEquatable, System::Runtime::CompilerServices::ITuple
public class Tuple<T1> : IComparable, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable
public class Tuple<T1> : IComparable, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable, System.Runtime.CompilerServices.ITuple
[System.Serializable]
public class Tuple<T1> : IComparable, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable
type Tuple<'T1> = class
interface IStructuralComparable
interface IStructuralEquatable
interface IComparable
type Tuple<'T1> = class
interface IStructuralComparable
interface IStructuralEquatable
interface IComparable
interface ITuple
[<System.Serializable>]
type Tuple<'T1> = class
interface IStructuralEquatable
interface IStructuralComparable
interface IComparable
[<System.Serializable>]
type Tuple<'T1> = class
interface IStructuralEquatable
interface IStructuralComparable
interface IComparable
interface ITuple
Public Class Tuple(Of T1)
Implements IComparable, IStructuralComparable, IStructuralEquatable
Public Class Tuple(Of T1)
Implements IComparable, IStructuralComparable, IStructuralEquatable, ITuple
- T1
튜플의 유일한 구성 요소 형식입니다.
- 상속
-
Tuple<T1>
- 특성
- 구현
튜플은 값의 특정 수와 시퀀스를 포함하는 데이터 구조입니다. 클래스는 Tuple<T1> 단일 구성 요소가 있는 튜플인 1 튜플 또는 싱글톤을 나타냅니다. 단일 애플리케이션 개발에 비교적 드물게 사용 됩니다.
생성자 또는 정적 메서드를 Tuple<T1> 호출하여 개체를 Tuple<T1> 인스턴스화할 수 Tuple.Create 있습니다. 읽기 전용 Item1 인스턴스 속성을 사용하여 튜플의 단일 구성 요소 값을 검색할 수 있습니다.
Tuple<T1>(T1) |
Tuple<T1> 클래스의 새 인스턴스를 초기화합니다. |
Item1 |
Tuple<T1> 개체의 단일 구성 요소 값을 가져옵니다. |
Equals(Object) |
현재 Tuple<T1> 개체가 지정된 개체와 같은지 여부를 나타내는 값을 반환합니다. |
Get |
현재 Tuple<T1> 개체에 대한 해시 코드를 반환합니다. |
Get |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
Memberwise |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
To |
이 Tuple<T1> 인스턴스의 값을 나타내는 문자열을 반환합니다. |
IComparable. |
현재 Tuple<T1> 개체와 지정된 개체를 비교하고 정렬 순서에서 현재 개체의 위치가 지정된 개체보다 앞인지, 뒤인지 또는 동일한지를 나타내는 정수를 반환합니다. |
IStructural |
지정된 비교자를 사용하여 현재 Tuple<T1> 개체와 지정된 개체를 비교하고 정렬 순서에서 현재 개체의 위치가 지정된 개체보다 앞인지, 뒤인지 또는 동일한지를 나타내는 정수를 반환합니다. |
IStructural |
지정된 비교 메서드를 기반으로 현재 Tuple<T1> 개체가 지정된 개체와 같은지 여부를 나타내는 값을 반환합니다. |
IStructural |
지정된 계산 메서드를 사용하여 현재 Tuple<T1> 개체에 대한 해시 코드를 계산합니다. |
ITuple. |
|
ITuple. |
|
Deconstruct<T1>(Tuple<T1>, T1) |
1개 요소가 포함된 튜플을 개별 변수로 분해합니다. |
To |
|