using System.Collections.Generic;
public static void Main() {
Arquivo arquivo = new Arquivo();
ArquivoVersao versao = new ArquivoVersao();
var list = new List<ArquivoVersao>();
arquivo.ArquivoVersoes = list;
public string ARQUIVO_GUID { get; set; }
public string XARQUIVO { get; set; }
public string TAG { get; set; }
public string EXTENSAO { get; set; }
public string URL { get; set; }
public bool IS_STREAM { get; set; }
public string ULT_ARQUIVO_VERSAO_GUID { get; set; }
public string TIPO_DE_ARQUIVO_GUID { get; set; }
public string DIRETORIO_GUID { get; set; }
public List<ArquivoVersao> ArquivoVersoes { get; set; }
public class ArquivoVersao {
public string XNOME { get; set; }