< Summary

Class:SharpHoundCommonLib.OutputTypes.Container
Assembly:SharpHoundCommonLib
File(s):D:\a\SharpHoundCommon\SharpHoundCommon\src\CommonLib\OutputTypes\Container.cs
Covered lines:0
Uncovered lines:1
Coverable lines:1
Total lines:9
Line coverage:0% (0 of 1)
Covered branches:0
Total branches:0

File(s)

D:\a\SharpHoundCommon\SharpHoundCommon\src\CommonLib\OutputTypes\Container.cs

#LineLine coverage
 1using System;
 2
 3namespace SharpHoundCommonLib.OutputTypes
 4{
 5    public class Container : OutputBase
 6    {
 07        public TypedPrincipal[] ChildObjects { get; set; } = Array.Empty<TypedPrincipal>();
 8    }
 9}

Methods/Properties

ChildObjects()