StackFrame.PreContextCode Property
Namespace: Microsoft.Owin.Diagnostics.Views
Assembly: Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)
Syntax
public IEnumerable<string> PreContextCode { get; set; }
public:
property IEnumerable<String^>^ PreContextCode {
IEnumerable<String^>^ get();
void set(IEnumerable<String^>^ value);
}
member PreContextCode : IEnumerable<string> with get, set
Public Property PreContextCode As IEnumerable(Of String)
Property Value
Type: System.Collections.Generic.IEnumerable<String>
Returns IEnumerable<T>.
See Also
StackFrame Class
Microsoft.Owin.Diagnostics.Views Namespace
Return to top