C# Class Xarial.XCad.Examples.PMPage.CSharp.Page.Groups.DictionaryControlDescriptor
ファイルを表示
Open project: xarial/xcad-examples
Public Methods
Method |
Description |
|
GetValue ( object context ) : object |
|
|
SetValue ( object context, object value ) : void |
|
|
Method Details
public GetValue ( object context ) : object |
context |
object |
|
return |
object |
|
public SetValue ( object context, object value ) : void |
context |
object |
|
value |
object |
|
return |
void |
|