System.Html.Plugin.this C# (CSharp) Method

this() private method

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

Same methods

Plugin::this ( string name ) : MimeType