 | PropertyValueEditorContext Constructor |
Namespace: Slash.Unity.Common.GUI.ValueEditorsAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic PropertyValueEditorContext(
Object obj,
PropertyInfo propertyInfo
)
Public Sub New (
obj As Object,
propertyInfo As PropertyInfo
)
public:
PropertyValueEditorContext(
Object^ obj,
PropertyInfo^ propertyInfo
)
new :
obj : Object *
propertyInfo : PropertyInfo -> PropertyValueEditorContext
Parameters
- obj
- Type: SystemObject
[Missing <param name="obj"/> documentation for "M:Slash.Unity.Common.GUI.ValueEditors.PropertyValueEditorContext.#ctor(System.Object,System.Reflection.PropertyInfo)"]
- propertyInfo
- Type: System.ReflectionPropertyInfo
[Missing <param name="propertyInfo"/> documentation for "M:Slash.Unity.Common.GUI.ValueEditors.PropertyValueEditorContext.#ctor(System.Object,System.Reflection.PropertyInfo)"]
See Also