NFe.ConvertTxt.Transp.Transp C# (CSharp) Method

Transp() public method

public Transp ( ) : System
return System
        public Transp()
        {
            Vol = new List<Vol>();
            Reboque = new List<Reboque>();
        }
    }
Transp