C# Class EDNTypes.ExtMethods

Show file Open project: neurensic/edn-dot-net

Public Properties

Property Type Description
InternedKeywords EDNKeyword>.ConcurrentDictionary

Public Methods

Method Description
kw ( this keyWord ) : EDNKeyword

Creates an EDNKeyword from a string. A leading colon is not necessary. Supports strings of the form: ":keyword", ":namespace/keyword", "keyword", "namespace/keyword"

Method Details

kw() public static method

Creates an EDNKeyword from a string. A leading colon is not necessary. Supports strings of the form: ":keyword", ":namespace/keyword", "keyword", "namespace/keyword"
public static kw ( this keyWord ) : EDNKeyword
keyWord this
return EDNKeyword

Property Details

InternedKeywords public static property

public static ConcurrentDictionary InternedKeywords
return EDNKeyword>.ConcurrentDictionary