共用方式為


IOptionFormatter<T> 介面

定義

特定選項類型的選項格式器 T

public interface IOptionFormatter<T> : Orleans.IOptionFormatter
type IOptionFormatter<'T> = interface
    interface IOptionFormatter
Public Interface IOptionFormatter(Of T)
Implements IOptionFormatter

類型參數

T

選項類型。

實作

屬性

Name

取得 options 物件的名稱。

(繼承來源 IOptionFormatter)

方法

Format()

將 options 物件格式化為字串集合。

(繼承來源 IOptionFormatter)

適用於