AsParametersAttribute クラス

定義

ルート ハンドラー デリゲートのパラメーターが構造化パラメーター リストを表していることを指定します。

[System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=false)]
public sealed class AsParametersAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=false)>]
type AsParametersAttribute = class
    inherit Attribute
Public NotInheritable Class AsParametersAttribute
Inherits Attribute
継承
AsParametersAttribute
属性

コンストラクター

AsParametersAttribute()

ルート ハンドラー デリゲートのパラメーターが構造化パラメーター リストを表していることを指定します。

適用対象