次の方法で共有


ValueProviderFactoryExtensions.RemoveType メソッド

定義

オーバーロード

RemoveType(IList<IValueProviderFactory>, Type)

指定した型のすべての値プロバイダー ファクトリを削除します。

RemoveType<TValueProviderFactory>(IList<IValueProviderFactory>)

指定した型のすべての値プロバイダー ファクトリを削除します。

RemoveType(IList<IValueProviderFactory>, Type)

ソース:
ValueProviderFactoryExtensions.cs
ソース:
ValueProviderFactoryExtensions.cs
ソース:
ValueProviderFactoryExtensions.cs

指定した型のすべての値プロバイダー ファクトリを削除します。

public:
[System::Runtime::CompilerServices::Extension]
 static void RemoveType(System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ModelBinding::IValueProviderFactory ^> ^ list, Type ^ type);
public static void RemoveType (this System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ModelBinding.IValueProviderFactory> list, Type type);
static member RemoveType : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ModelBinding.IValueProviderFactory> * Type -> unit
<Extension()>
Public Sub RemoveType (list As IList(Of IValueProviderFactory), type As Type)

パラメーター

type
Type

削除する型。

適用対象

RemoveType<TValueProviderFactory>(IList<IValueProviderFactory>)

ソース:
ValueProviderFactoryExtensions.cs
ソース:
ValueProviderFactoryExtensions.cs
ソース:
ValueProviderFactoryExtensions.cs

指定した型のすべての値プロバイダー ファクトリを削除します。

public:
generic <typename TValueProviderFactory>
 where TValueProviderFactory : Microsoft::AspNetCore::Mvc::ModelBinding::IValueProviderFactory[System::Runtime::CompilerServices::Extension]
 static void RemoveType(System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ModelBinding::IValueProviderFactory ^> ^ list);
public static void RemoveType<TValueProviderFactory> (this System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ModelBinding.IValueProviderFactory> list) where TValueProviderFactory : Microsoft.AspNetCore.Mvc.ModelBinding.IValueProviderFactory;
static member RemoveType : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ModelBinding.IValueProviderFactory> -> unit (requires 'ValueProviderFactory :> Microsoft.AspNetCore.Mvc.ModelBinding.IValueProviderFactory)
<Extension()>
Public Sub RemoveType(Of TValueProviderFactory As IValueProviderFactory) (list As IList(Of IValueProviderFactory))

型パラメーター

TValueProviderFactory

削除する型。

パラメーター

適用対象