RoslynDom.RDomInvocationExpression.Initialize C# (CSharp) Method

Initialize() private method

private Initialize ( ) : void
return void
        private void Initialize()
        {
            ExpressionType = ExpressionType.Invocation;
             _typeArguments = new RDomCollection<IReferencedType>(this);
             _arguments = new RDomCollection<IArgument>(this);
        }