AllJoynUnity.AllJoyn.InterfaceDescription.Property.Property C# (CSharp) Метод

Property() приватный Метод

private Property ( IntPtr propertyPointer ) : System
propertyPointer System.IntPtr
Результат System
				internal Property(IntPtr propertyPointer)
				{
					_property = (_Property)Marshal.PtrToStructure(propertyPointer, typeof(_Property));
				}

Same methods

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