ZForge.Controls.TreeViewAdv.StringCollectionEditor.CreateCollectionItemType C# (CSharp) Méthode

CreateCollectionItemType() protected méthode

protected CreateCollectionItemType ( ) : Type
Résultat System.Type
        protected override Type CreateCollectionItemType()
        {
            return typeof(string);
        }