MarkdownDeep.FootnoteReference.FootnoteReference C# (CSharp) Method

FootnoteReference() public method

public FootnoteReference ( int index, string id )
index int
id string
        public FootnoteReference(int index, string id)
        {
            this.index = index;
            this.id = id;
        }
FootnoteReference