[This is preliminary documentation and is subject to change.]

Constructor that takes a System.Guid object

Namespace:  OpenMetaverse
Assembly:  OpenMetaverseTypes (in OpenMetaverseTypes.dll) Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public UUID(
	Guid val
)
Public Sub New ( _
	val As Guid _
)
public:
UUID(
	Guid val
)

Parameters

val
Guid
A Guid object that contains the unique identifier to be represented by this UUID

See Also