InputIDToNameMap クラス

定義

public ref class InputIDToNameMap : System::Collections::Generic::Dictionary<int, System::String ^>
public class InputIDToNameMap : System.Collections.Generic.Dictionary<int,string>
type InputIDToNameMap = class
    inherit Dictionary<int, string>
Public Class InputIDToNameMap
Inherits Dictionary(Of Integer, String)
継承
InputIDToNameMap

コンストラクター

InputIDToNameMap()

適用対象