| C1.Silverlight.Uploader Namespace > UploadFilePartPackage Class > IndexOf Method : IndexOf(UploadFilePartInfo) Method |
'Declaration<System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")> <__DynamicallyInvokableAttribute()> Public Overloads Function IndexOf( _ ByVal item As UploadFilePartInfo _ ) As System.Integer
'UsageDim instance As UploadFilePartPackage Dim item As UploadFilePartInfo Dim value As System.Integer value = instance.IndexOf(item)
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")] [__DynamicallyInvokable()] public System.int IndexOf( UploadFilePartInfo item )
public function IndexOf( item: UploadFilePartInfo ): System.Integer;
System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries") __DynamicallyInvokableAttribute() public function IndexOf( item : UploadFilePartInfo ) : System.int;
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")] [__DynamicallyInvokable()] public: System.int IndexOf( UploadFilePartInfo* item )
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")] [__DynamicallyInvokable()] public: System.int IndexOf( 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