Skip to content

Instantly share code, notes, and snippets.

@IT-Delinquent
Created June 24, 2021 09:18
Show Gist options
  • Select an option

  • Save IT-Delinquent/b85a1ba27a854e533b5e78595fff7963 to your computer and use it in GitHub Desktop.

Select an option

Save IT-Delinquent/b85a1ba27a854e533b5e78595fff7963 to your computer and use it in GitHub Desktop.
musicArtistModelInPowerShell
class MusicArtist{
[String]$Name
[Int]$Age
[Album[]]$Albums
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment