Struct ErlPatternMatcher.Pattern
Inherited Members
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.ValueType.ToString()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: NFX.Erlang
Assembly: NFX.Erlang.dll
Syntax
public struct Pattern
  Constructors
Pattern(Int32, PatternMatchFunc, IErlObject)
Declaration
public Pattern(int id, PatternMatchFunc b, IErlObject p)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | id | |
| PatternMatchFunc | b | |
| IErlObject | p | 
Pattern(Int32, PatternMatchFunc, String, Object[])
Declaration
public Pattern(int id, PatternMatchFunc b, string pattern, params object[] args)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | id | |
| PatternMatchFunc | b | |
| System.String | pattern | |
| System.Object[] | args | 
Fields
Func
Declaration
public readonly PatternMatchFunc Func
  Field Value
| Type | Description | 
|---|---|
| PatternMatchFunc | 
ID
Declaration
public readonly int ID
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
Term
Declaration
public readonly IErlObject Term
  Field Value
| Type | Description | 
|---|---|
| IErlObject |