'DeclarationPublic Function New( _ ByVal tokenInfoCollection As TokenInfoCollection _ )
'UsageDim tokenInfoCollection As TokenInfoCollection Dim instance As New TokenInfoCollection(tokenInfoCollection)
public TokenInfoCollection( TokenInfoCollection tokenInfoCollection )
public: TokenInfoCollection( TokenInfoCollection^ tokenInfoCollection )
Parameters
- tokenInfoCollection
- Token info collection to be copied from.
The value of this parameter cannot be
null(Nothingin Visual Basic).The individual elements of the parameter value cannot be
null(Nothingin Visual Basic).