AppStore.Models.InfoModel.setInfoTitleList C# (CSharp) Method

setInfoTitleList() public method

Sets the InfoTitle List
public setInfoTitleList ( List mInfoTitleList ) : void
mInfoTitleList List List of the Title List.
return void
        public void setInfoTitleList(List<string> mInfoTitleList)
        {
            this.mInfoTitleList = mInfoTitleList;
        }