Preferences.Clear 方法

定义

重载

Clear()

清除所有键和值。

Clear(String)

清除所有键和值。

Clear()

清除所有键和值。

public static void Clear ();

适用于

Clear(String)

清除所有键和值。

public static void Clear (string sharedName);

参数

sharedName
System.String

共享容器名称。

适用于