KeySizes.SkipSize 屬性

定義

指定有效金鑰大小之間的間隔。

public:
 property int SkipSize { int get(); };
public int SkipSize { get; }
member this.SkipSize : int
Public ReadOnly Property SkipSize As Integer

屬性值

有效金鑰大小之間的間隔。

範例

下列程式碼示範如何擷取 屬性的使用 SkipSize 。 此程式碼範例是針對 類別提供的較大範例的 KeySizes 一部分。

int skipKeySize = firstKeySize->SkipSize;
int skipKeySize = firstKeySize.SkipSize;
Dim skipKeySize As Integer = firstKeySize.SkipSize

適用於