| C1.Silverlight.Uploader Namespace > UploadFilePartPackage Class > LastIndexOf Method : LastIndexOf(UploadFilePartInfo) Method |
'Declaration<__DynamicallyInvokableAttribute()> Public Overloads Function LastIndexOf( _ ByVal item As UploadFilePartInfo _ ) As System.Integer
'UsageDim instance As UploadFilePartPackage Dim item As UploadFilePartInfo Dim value As System.Integer value = instance.LastIndexOf(item)
[__DynamicallyInvokable()] public System.int LastIndexOf( UploadFilePartInfo item )
public function LastIndexOf( item: UploadFilePartInfo ): System.Integer;
__DynamicallyInvokableAttribute() public function LastIndexOf( item : UploadFilePartInfo ) : System.int;
[__DynamicallyInvokable()] public: System.int LastIndexOf( UploadFilePartInfo* item )
[__DynamicallyInvokable()] public: System.int LastIndexOf( UploadFilePartInfo^ item )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2