vb System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Find类(方法)实例源码

下面列出了vb System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Find 类(方法)源码代码实例,从而了解它的用法。

作者:VB.NET开发    项目:System.Web.Services.Descriptio   
' Check element of type 'SoapAddressBinding' in collection.
Dim myObj As Object = myCollection.Find(mySoapAddressBinding.GetType())
If myObj Is Nothing Then
   Console.WriteLine("Element of type '{0}' not found in collection.", _
        mySoapAddressBinding.GetType().ToString())
Else
   Console.WriteLine("Element of type '{0}' found in collection.", _
        mySoapAddressBinding.GetType().ToString())
End If


问题


面经


文章

微信
公众号

扫码关注公众号