C# 클래스 Monobjc.InputMethodKit.IMKCandidates

파일 보기 프로젝트 열기: Monobjc/monobjc

공개 메소드들

메소드 설명
EncodeWithCoder ( NSCoder encoder ) : void

Encodes the receiver using a given archiver. (required)

Original signature is '- (void)encodeWithCoder:(NSCoder *)encoder'

Available in OS X v10.0 and later.

InitWithCoder ( NSCoder decoder ) : Id

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in OS X v10.0 and later.

메소드 상세

EncodeWithCoder() 공개 메소드

Encodes the receiver using a given archiver. (required)

Original signature is '- (void)encodeWithCoder:(NSCoder *)encoder'

Available in OS X v10.0 and later.

public EncodeWithCoder ( NSCoder encoder ) : void
encoder NSCoder An archiver object.
리턴 void

InitWithCoder() 공개 메소드

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in OS X v10.0 and later.

public InitWithCoder ( NSCoder decoder ) : Id
decoder NSCoder An unarchiver object.
리턴 Id