API Reference
Delegate
MarkdownFencedBlockFactory
Creates a specialized markdown block for a matching fenced code block during parsing. Returning null falls back to the standard CodeBlock.
Inheritance
- MulticastDelegate
- MarkdownFencedBlockFactory
Constructors
public MarkdownFencedBlockFactory(Object object, IntPtr method) #Parameters
- object Object
- method IntPtr
Methods
public virtual IAsyncResult BeginInvoke(MarkdownFencedBlockFactoryContext context, AsyncCallback callback, Object object) #Returns:
IAsyncResultParameters
- context MarkdownFencedBlockFactoryContext
- callback AsyncCallback
- object Object
public virtual IMarkdownBlock EndInvoke(IAsyncResult result) #Returns:
IMarkdownBlockParameters
- result IAsyncResult
public virtual IMarkdownBlock Invoke(MarkdownFencedBlockFactoryContext context) #Returns:
IMarkdownBlockParameters
- context MarkdownFencedBlockFactoryContext
Inherited Methods
public Object DynamicInvoke(params Object[] args) #Returns:
ObjectInherited from Delegate
Parameters
- args Object[]
public override sealed Boolean Equals(Object obj) #Returns:
BooleanInherited from MulticastDelegate
Parameters
- obj Object
public override sealed Delegate[] GetInvocationList() #Returns:
Delegate[]Inherited from MulticastDelegate
public override Void GetObjectData(SerializationInfo info, StreamingContext context) #Returns:
VoidInherited from MulticastDelegate
Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId = "SYSLIB0051", UrlFormat = "https://aka.ms/dotnet-warnings/{0}") EditorBrowsable(1)Parameters
- info SerializationInfo
- context StreamingContext