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