Exemplo n.º 1
0
        private static Source[] GetSource()
        {
            var builder = new SourceBuilder(new HostContext(null, null));

            builder.Directory(GetSourcePath("FromFile.Doc.ps1"));
            return(builder.Build());
        }