AspNetEdit.Editor.Persistence.DesignTimeParser.TextParsed C# (CSharp) Method

TextParsed() private method

private TextParsed ( ILocation location, string text ) : void
location ILocation
text string
return void
        void TextParsed(ILocation location, string text)
        {
            openObject.AddText (text);
        }