c# add guid to array code example Example: c# add guid to array Guid[] guidArray = new Guid[] { Guid.Parse("already known guid"), new Guid() };