C# 클래스 MonoMac.CoreFoundation.CFMutableDictionary

파일 보기 프로젝트 열기: kangaroo/maccore

공개 메소드들

메소드 설명
SetValue ( IntPtr theDict, IntPtr key, IntPtr value ) : void
SetValue ( IntPtr theDict, IntPtr key, bool value ) : void

비공개 메소드들

메소드 설명
CFDictionarySetValue ( IntPtr theDict, IntPtr key, IntPtr value ) : void

메소드 상세

SetValue() 공개 정적인 메소드

public static SetValue ( IntPtr theDict, IntPtr key, IntPtr value ) : void
theDict System.IntPtr
key System.IntPtr
value System.IntPtr
리턴 void

SetValue() 공개 정적인 메소드

public static SetValue ( IntPtr theDict, IntPtr key, bool value ) : void
theDict System.IntPtr
key System.IntPtr
value bool
리턴 void