RoslynDom.RDomInvocationExpression.Initialize C# (CSharp) 메소드

Initialize() 개인적인 메소드

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