RoslynDom.RDomInvocationExpression.Initialize C# (CSharp) Méthode

Initialize() private méthode

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