Namespaces

Types in Fake

Type PostMethod

Namespace Fake

Interfaces IEquatable<PostMethod>, IStructuralEquatable, IComparable<PostMethod>, IComparable, IStructuralComparable

Methods

Properties

Public instance methods

int CompareTo(PostMethod obj)

bool Equals(PostMethod obj)

bool get_IsGET()

bool get_IsPOST()

Public static methods

PostMethod get_GET()

PostMethod get_POST()

Public properties

PostMethod GET get;

bool IsGET get;

bool IsPOST get;

PostMethod POST get;

int Tag get;