## Definition ````C# public enum BoundaryType : byte { Open = 0, Closed = 1 } ```` ## Implementation - [x] Done. ## XML documentation - [ ] Done. ## Proper documentation - [ ] Done.
Definition
Implementation
XML documentation
Proper documentation