AllJoynUnity.AllJoyn.InterfaceDescription.Property.Property C# (CSharp) Method

Property() private method

private Property ( IntPtr propertyPointer ) : System
propertyPointer System.IntPtr
return System
				internal Property(IntPtr propertyPointer)
				{
					_property = (_Property)Marshal.PtrToStructure(propertyPointer, typeof(_Property));
				}

Same methods

AllJoyn.InterfaceDescription.Property::Property ( _Property property ) : System
AllJoyn.InterfaceDescription.Property