System.Html.Media.TextTrackList.this C# (CSharp) 메소드

this() 개인적인 메소드

private this ( int index ) : TextTrack
index int
리턴 TextTrack
        public TextTrack this[int index]
        {
            get {
                return default(TextTrack);
            }
        }