IChunkVisitor.Accept Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Accept(Chunk) | |
Accept(IList<Chunk>) |
Accept(Chunk)
public:
void Accept(Microsoft::AspNetCore::Razor::Chunks::Chunk ^ chunk);
public void Accept (Microsoft.AspNetCore.Razor.Chunks.Chunk chunk);
abstract member Accept : Microsoft.AspNetCore.Razor.Chunks.Chunk -> unit
Public Sub Accept (chunk As Chunk)
Parameter
- chunk
- Chunk
Gilt für:
Accept(IList<Chunk>)
public:
void Accept(System::Collections::Generic::IList<Microsoft::AspNetCore::Razor::Chunks::Chunk ^> ^ chunks);
public void Accept (System.Collections.Generic.IList<Microsoft.AspNetCore.Razor.Chunks.Chunk> chunks);
abstract member Accept : System.Collections.Generic.IList<Microsoft.AspNetCore.Razor.Chunks.Chunk> -> unit
Public Sub Accept (chunks As IList(Of Chunk))