Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@PlagueHO
Created March 11, 2016 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PlagueHO/3caddac4f0644587f681 to your computer and use it in GitHub Desktop.
Save PlagueHO/3caddac4f0644587f681 to your computer and use it in GitHub Desktop.
Creating an ICloneable class in PowerShell, but without the Clone method being implemented.
class Car:ICloneable {
[String] $Make
[String] $Model
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment