MemoryCacheSettingsCollection.RemoveAt(Int32) 方法

定義

移除 MemoryCacheSettingsCollection 類別中指定之位置的快取組態項目。

public:
 void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

參數

index
Int32

要移除記憶體快取組態項目的以零起始的索引。

適用於