Emveepee.Widgets.AllocationsView.Store.MethodNode.MethodNode C# (CSharp) Method

MethodNode() public method

public MethodNode ( ProfileStore store, Node parent, StackItem allocator, uint count ) : System
store ProfileStore
parent Node
allocator Emveepee.Decoding.StackItem
count uint
return System
                public MethodNode(ProfileStore store, Node parent, StackItem allocator, uint count)
                    : base(store, parent)
                {
                    this.allocator = allocator;
                    this.count = count;
                }
AllocationsView.Store.MethodNode