Class GetFrameTreeResult
public sealed record GetFrameTreeResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetFrameTreeResult>
- Inheritance
-
EmptyResultGetFrameTreeResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetFrameTreeResult(FrameTree)
public GetFrameTreeResult(FrameTree FrameTree)
Parameters
FrameTreeFrameTreePresent frame tree structure.
Properties
FrameTree
Present frame tree structure.
public FrameTree FrameTree { get; init; }