C# Class EDNTypes.ExtMethods

Afficher le fichier Open project: neurensic/edn-dot-net

Méthodes publiques

Свойство Type Description
InternedKeywords EDNKeyword>.ConcurrentDictionary

Méthodes publiques

Méthode 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 méthode

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
Résultat EDNKeyword

Property Details

InternedKeywords public_oe static_oe property

public static ConcurrentDictionary InternedKeywords
Résultat EDNKeyword>.ConcurrentDictionary