'宣言 Protected Overrides Sub SetName( _ ByVal newName As System.String _ )
'使用法 Dim instance As DictionaryItem Dim newName As System.String instance.SetName(newName)
protected override void SetName( System.string newName )
パラメータ
- newName
- 新しい名前。
'宣言 Protected Overrides Sub SetName( _ ByVal newName As System.String _ )
'使用法 Dim instance As DictionaryItem Dim newName As System.String instance.SetName(newName)
protected override void SetName( System.string newName )