BizBlox
IndexOf Method (uid)
Namespacespixolut.BizBloxDOCollectionIndexOf(Guid)
BizBlox
Return the index of the data object in the collection.
Declaration Syntax
C#Visual BasicVisual C++
public int IndexOf(
	Guid uid
)
Public Function IndexOf ( _
	uid As Guid _
) As Integer
public:
int IndexOf(
	Guid uid
)
Parameters
uid (Guid)
Return Value
Returns the location of the data object if it is found in the collection, -1 if it is not.
Remarks

Assembly: pixolut.BizBlox (Module: pixolut.BizBlox) Version: 1.8.5.0