SyntaxList<TNode>
Enumerator
SyntaxList(TNode)
SyntaxList(IEnumerable<TNode>)
Count
FullSpan
Span
this[Int32]
Add(TNode)
AddRange(IEnumerable<TNode>)
Any()
Equals(Object)
Equals(SyntaxList<TNode>)
First()
FirstOrDefault()
GetEnumerator()
GetHashCode()
IndexOf(TNode)
IndexOf(Func<TNode, Boolean>)
Insert(Int32, TNode)
InsertRange(Int32, IEnumerable<TNode>)
Last()
LastIndexOf(TNode)
LastIndexOf(Func<TNode, Boolean>)
LastOrDefault()
op_Implicit(SyntaxList<SyntaxNode>)
Remove(TNode)
RemoveAt(Int32)
Replace(TNode, TNode)
ReplaceRange(TNode, IEnumerable<TNode>)
ToFullString()
ToString()
explicit operator SyntaxList<TNode>(SyntaxList<SyntaxNode>)
implicit operator SyntaxList<SyntaxNode>(SyntaxList<TNode>)
implicit operator SyntaxList<TNode>(SyntaxList<SyntaxNode>)
operator !=(SyntaxList<TNode>, SyntaxList<TNode>)
operator ==(SyntaxList<TNode>, SyntaxList<TNode>)
Any<TNode>(SyntaxList<TNode>, SyntaxKind)
IndexOf<TNode>(SyntaxList<TNode>, SyntaxKind)
xamarinwatchos
namespace Microsoft.CodeAnalysis
{
[DefaultMember("Item")]
public readonly struct SyntaxList<TNode> : IEnumerable<TNode!>, IReadOnlyCollection<TNode!>, IReadOnlyList<TNode!>, IEnumerable, IEquatable<SyntaxList<TNode!>>
where TNode, SyntaxNode!
{
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This method is preserved for binary compatibility only. Use explicit cast instead.", true)]
public static SyntaxList<TNode!> op_Implicit(SyntaxList<SyntaxNode!> nodes);
}
}
nuget.org | 0.2 %
Reference this API |
---|---|
Upgrade Planner | 0.0 %
Reference this API |
.NET | 5.06.07.08.09.010.0 |
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to xamarinwatchos | |
Assembly | Microsoft.CodeAnalysis , Version=4.13.0.0, PublicKeyToken=31bf3856ad364e35 |
Referencing | Your project needs a package reference to |
Package | Microsoft.CodeAnalysis.Common (4.13.0) netstandard2.0 |
Obsolete | This method is preserved for binary compatibility only. Use explicit cast instead. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API