Boo.BooLangService.Document.Nodes.InterfaceTreeNode.InterfaceTreeNode C# (CSharp) Method

InterfaceTreeNode() public method

public InterfaceTreeNode ( ISourceOrigin sourceOrigin, string fullName ) : Boo.BooLangService.Document.Origins
sourceOrigin ISourceOrigin
fullName string
return Boo.BooLangService.Document.Origins
        public InterfaceTreeNode(ISourceOrigin sourceOrigin, string fullName)
            : base(sourceOrigin, fullName)
        {
        }