C# 클래스 CustomSet, csharp

상속: IEquatable
파일 보기 프로젝트 열기: exercism/csharp 1 사용 예제들

공개 메소드들

메소드 설명
Add ( int value ) : CustomSet,
Contains ( int value ) : bool
CustomSet ( ) : System,
Difference ( CustomSet, right ) : CustomSet,
Disjoint ( CustomSet, right ) : bool
Empty ( ) : bool
Intersection ( CustomSet, right ) : CustomSet,
Subset ( CustomSet, right ) : bool
Union ( CustomSet, right ) : CustomSet,

메소드 상세

Add() 공개 메소드

public Add ( int value ) : CustomSet,
value int
리턴 CustomSet,

Contains() 공개 메소드

public Contains ( int value ) : bool
value int
리턴 bool

CustomSet() 공개 메소드

public CustomSet ( ) : System,
리턴 System,

Difference() 공개 메소드

public Difference ( CustomSet, right ) : CustomSet,
right CustomSet,
리턴 CustomSet,

Disjoint() 공개 메소드

public Disjoint ( CustomSet, right ) : bool
right CustomSet,
리턴 bool

Empty() 공개 메소드

public Empty ( ) : bool
리턴 bool

Intersection() 공개 메소드

public Intersection ( CustomSet, right ) : CustomSet,
right CustomSet,
리턴 CustomSet,

Subset() 공개 메소드

public Subset ( CustomSet, right ) : bool
right CustomSet,
리턴 bool

Union() 공개 메소드

public Union ( CustomSet, right ) : CustomSet,
right CustomSet,
리턴 CustomSet,