Android.Dialog.Builder.DroidElementBuilder.CreateNewSection C# (CSharp) Method

CreateNewSection() protected method

protected CreateNewSection ( SectionDescription sectionDescription ) : ISection
sectionDescription Dialog.Core.Descriptions.SectionDescription
return ISection
        protected override ISection CreateNewSection(SectionDescription sectionDescription)
        {
            return new Section();
        }