Catbert4.Tests.Core.Helpers.MockHttpFileCollectionBase.this C# (CSharp) 메소드

this() 공개 메소드

public this ( int index ) : System.Web.HttpPostedFileBase
index int
리턴 System.Web.HttpPostedFileBase
        public override HttpPostedFileBase this[int index]
        {
            get
            {
                return new MockHttpPostedFileBase();
            }
        }

Same methods

MockHttpFileCollectionBase::this ( string name ) : System.Web.HttpPostedFileBase