ErlList MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The ErlList type exposes the following members.
Constructors

  NameDescription
Public methodErlList( Object )
Initializes a new instance of the ErlList class
Public methodErlList(ErlList)
Initializes a new instance of the ErlList class
Public methodErlList( IErlObject , Boolean)
Create an Erlang string from the given string
Public methodErlList(List IErlObject , Boolean)
Initializes a new instance of the ErlList class
Back to Top
Methods

  NameDescription
Public methodAdd
Add an item to a mutable list. This method must be used only during list construction phase, since it treats the list as a mutable entity
(Inherited from ErlTupleBase.)
Public methodCast T 
Return index'th element cast to the given type
(Inherited from ErlTupleBase.)
Public methodClone
Clone an instance of the object (non-scalar immutable objects are copied by reference)
(Inherited from ErlTupleBase.)
Public methodCompareTo(Object)
Compare this instance to the object. Negative value means that the atom is less than obj, positive - greater than the obj
(Inherited from ErlTupleBase.)
Public methodCompareTo(IErlObject)
Compare this instance to the IErlObject. Negative value means that the atom is less than obj, positive - greater than the obj
(Inherited from ErlTupleBase.)
Public methodStatic memberCreate
Public methodEquals(Object) (Overrides ErlTupleBase Equals(Object).)
Public methodEquals(ErlList)
Determine if two Erlang lists are equal
Public methodEquals(IErlObject)
Determine if two Erlang objects are equal
(Overrides ErlTupleBase Equals(IErlObject).)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetHashCode (Overrides ErlTupleBase GetHashCode .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodMakeInstance (Overrides ErlTupleBase MakeInstance .)
Public methodMatch(IErlObject)
Perform pattern match on this Erlang term returning null if match fails or a dictionary of matched variables bound in the pattern
(Inherited from ErlTupleBase.)
Public methodMatch(IErlObject, ErlVarBind)
Perform pattern match on this Erlang term, storing matched variables found in the pattern into the binding.
(Inherited from ErlTupleBase.)
Public methodMatches
Perform pattern match on this Erlang term without binding any variables
(Inherited from ErlTupleBase.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodSubst (Inherited from ErlTupleBase.)
Public methodToString 
Get the string representation of the list.
(Inherited from ErlTupleBase.)
Public methodToString(Boolean) (Inherited from ErlTupleBase.)
Public methodVisit TAccumulate 
Execute fun for every nested term
(Inherited from ErlTupleBase.)
Back to Top
Operators

  NameDescription
Public operatorStatic memberEquality
Public operatorStatic member (ErlList to List IErlObject )
Implicit conversion of atom to string
Public operatorStatic memberInequality
Back to Top
Extension Methods

  NameDescription
Public Extension MethodAsBool (Defined by ObjectValueConversion.)
Public Extension MethodAsByte (Defined by ObjectValueConversion.)
Public Extension MethodAsChar (Defined by ObjectValueConversion.)
Public Extension MethodAsDateTime Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsDateTime(DateTime, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsDecimal (Defined by ObjectValueConversion.)
Public Extension MethodAsDouble (Defined by ObjectValueConversion.)
Public Extension MethodAsEnum TEnum  (Defined by ObjectValueConversion.)
Public Extension MethodAsFloat (Defined by ObjectValueConversion.)
Public Extension MethodAsGDID Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGDID(GDID, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGDIDSymbol Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGDIDSymbol(GDIDSymbol, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGUID (Defined by ObjectValueConversion.)
Public Extension MethodAsInt (Defined by ObjectValueConversion.)
Public Extension MethodAsJSONConfig (Defined by ObjectValueConversion.)
Public Extension MethodAsLaconicConfig (Defined by ObjectValueConversion.)
Public Extension MethodAsLong (Defined by ObjectValueConversion.)
Public Extension MethodAsNonNullOrEmptyString (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableBool (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableByte (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableChar (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableDateTime (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableDecimal (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableDouble (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableEnum TEnum  (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableFloat (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableGDID (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableGDIDSymbol (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableGUID (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableInt (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableLong (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableSByte (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableShort (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableTimeSpan (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableUInt (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableULong (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableUShort (Defined by ObjectValueConversion.)
Public Extension MethodAsSByte (Defined by ObjectValueConversion.)
Public Extension MethodAsShort (Defined by ObjectValueConversion.)
Public Extension MethodAsString (Defined by ObjectValueConversion.)
Public Extension MethodAsTimeSpan Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsTimeSpan(TimeSpan, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsUInt (Defined by ObjectValueConversion.)
Public Extension MethodAsULong (Defined by ObjectValueConversion.)
Public Extension MethodAsUri (Defined by ObjectValueConversion.)
Public Extension MethodAsUShort (Defined by ObjectValueConversion.)
Public Extension MethodAsXMLConfig (Defined by ObjectValueConversion.)
Public Extension MethodToErlObject Overloaded.
Try to convert .NET native object type to corresponding Erlang term. Throw exception if conversion is not possible
(Defined by ErlObject.)
Public Extension MethodToErlObject(ErlTypeOrder, Boolean)Overloaded.
Try to convert .NET native object type to corresponding Erlang term of given type. Throw exception if conversion is not possible
(Defined by ErlObject.)
Public Extension MethodToJSON(JSONWritingOptions)Overloaded.
Serializes object into JSON string
(Defined by JSONExtensions.)
Public Extension MethodToJSON(TextWriter, JSONWritingOptions)Overloaded.
Serializes object into JSON format using provided TextWriter
(Defined by JSONExtensions.)
Public Extension MethodToJSON(Stream, JSONWritingOptions, Encoding)Overloaded.
Serializes object into JSON format using provided stream and optional encoding
(Defined by JSONExtensions.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberEmpty
Protected fieldm_Items
The index of this atom in the global atom table
(Inherited from ErlTupleBase.)
Back to Top
Properties

  NameDescription
Protected propertyCloseBracket (Overrides ErlTupleBase CloseBracket.)
Public propertyCount
Return number of elements in the container
(Inherited from ErlTupleBase.)
Public propertyIsScalar
Determines whether the underlying type is scalar or complex (i.e. tuple, list)
(Inherited from ErlTupleBase.)
Public propertyItem
Return index'th element from the container
(Inherited from ErlTupleBase.)
Protected propertyOpenBracket (Overrides ErlTupleBase OpenBracket.)
Public propertyTypeOrder (Overrides ErlTupleBase TypeOrder.)
Public propertyValue
Get the list of Erlang terms contained in this object
(Inherited from ErlTupleBase.)
Public propertyValueAsBool (Inherited from ErlTupleBase.)
Public propertyValueAsByteArray (Inherited from ErlTupleBase.)
Public propertyValueAsChar (Inherited from ErlTupleBase.)
Public propertyValueAsDateTime (Inherited from ErlTupleBase.)
Public propertyValueAsDecimal (Inherited from ErlTupleBase.)
Public propertyValueAsDouble (Inherited from ErlTupleBase.)
Public propertyValueAsInt (Inherited from ErlTupleBase.)
Public propertyValueAsLong (Inherited from ErlTupleBase.)
Public propertyValueAsObject (Inherited from ErlTupleBase.)
Public propertyValueAsString (Overrides ErlTupleBase ValueAsString.)
Public propertyValueAsTimeSpan (Inherited from ErlTupleBase.)
Back to Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodICloneable Clone (Inherited from ErlTupleBase.)
Explicit interface implemetationPrivate methodIEnumerable IErlObject  GetEnumerator (Inherited from ErlTupleBase.)
Explicit interface implemetationPrivate methodIEnumerable GetEnumerator (Inherited from ErlTupleBase.)
Back to Top
See Also