C# 클래스 System.Collections.Specialized.BitVector32

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
BitVector32 ( System value )
BitVector32 ( int data )
CreateMask ( ) : int
CreateMask ( int previous ) : int
CreateSection ( short maxValue ) : System.Collections.Specialized.BitVector32.Section
CreateSection ( short maxValue, System previous ) : System.Collections.Specialized.BitVector32.Section
Equals ( object o ) : bool
GetHashCode ( ) : int
ToString ( ) : string
ToString ( System value ) : string
this ( int bit ) : bool
this ( System section ) : int

메소드 상세

BitVector32() 공개 메소드

public BitVector32 ( System value )
value System

BitVector32() 공개 메소드

public BitVector32 ( int data )
data int

CreateMask() 공개 정적인 메소드

public static CreateMask ( ) : int
리턴 int

CreateMask() 공개 정적인 메소드

public static CreateMask ( int previous ) : int
previous int
리턴 int

CreateSection() 공개 정적인 메소드

public static CreateSection ( short maxValue ) : System.Collections.Specialized.BitVector32.Section
maxValue short
리턴 System.Collections.Specialized.BitVector32.Section

CreateSection() 공개 정적인 메소드

public static CreateSection ( short maxValue, System previous ) : System.Collections.Specialized.BitVector32.Section
maxValue short
previous System
리턴 System.Collections.Specialized.BitVector32.Section

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 정적인 메소드

public static ToString ( System value ) : string
value System
리턴 string

this() 공개 메소드

public this ( int bit ) : bool
bit int
리턴 bool

this() 공개 메소드

public this ( System section ) : int
section System
리턴 int